﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - property</title><link>http://www.intersoftsolutions.com/Community/Tags/property/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Webgrid hiddendatamember javascript property</title><link>http://www.intersoftsolutions.com/Community/Tags/property/</link><pubDate>Mon, 28 Dec 2015 13:35:03 GMT</pubDate><dc:creator>zeljko.skoric@hrpro.hr</dc:creator><category>WebGrid</category><category>javascript</category><category>property</category><category>hiddendatamember</category><description>&lt;p&gt;We are currently upgrading our app and abandoning support for olde IE browsers including IE8 and everything below. The problem we ran into is that client-side api for grid, behaves differently in new browsers. When we define a HiddenDataMember on a Webgrid column, in server-side code:&lt;/p&gt;&lt;pre&gt;  myCol = New WebGridColumn
            myCol.Name = "EmployeeId"
            myCol.DataMember = "&lt;span style="font-size: 9pt;"&gt;EmployeeId&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;"&lt;/span&gt;&lt;br&gt;            myCol.HiddenDataMember = "EmployeeName"
            grid.RootTable.Columns.Add(myCol)&lt;/pre&gt;&lt;p&gt;&amp;nbsp;on a client, we would access that property like this:&lt;/p&gt;&lt;pre&gt;wgGetCellByName(SelectedRow,"&lt;span style="font-size: 9pt;"&gt;EmployeeId&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;").&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;EmployeeName&lt;/span&gt;&lt;span style="font-size: 9pt;"&gt;;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;and that worked in IE8 and below, however it doesn't work in HTML5 browsers. With the new DOCTYPE html, in new browsers, that gets rendered as a direct property on a combo object, while in older browsers it's rendered as a member of attributes array on a combo object in js.&lt;/p&gt;&lt;p&gt;When it gets rendered as a property it is lowercased, so the property name would be "employeename" and of course, you have to get it by that name:&lt;/p&gt;&lt;pre&gt;wgGetCellByName(SelectedRow,"EmployeeId").employeename;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;This means we have to go over all of our code and lowercase all properties. Have you encountered this issue and is there some solutio to it?&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Changing WebDesktop Background</title><link>http://www.intersoftsolutions.com/Community/Tags/property/</link><pubDate>Tue, 13 Oct 2009 15:38:28 GMT</pubDate><dc:creator>alex@millhorn.com</dc:creator><category>WebDesktop</category><category>background</category><category>property</category><description>&lt;p&gt;Good day,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Seeking instructions on easily changing the background / wallpaper image URL and position.  I'm assuming this is a very straightforward property within the WebDesktopManager.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank you in advance&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>