|
Rank: Newbie Groups: Member
Joined: 6/23/2012 Posts: 6
|
When I set styleset like this not working
Dim NewIt As EO.Web.GridItem = gridNewCAN.CreateItem NewIt.Cells("StyleSet").Value = "NameDiff"
Plz Help Me
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, StyleSet has nothing to do with Cells collection. You have to use this properly: http://www.essentialobjects.com/doc/1/eo.web.griditem.stylesetid.aspxFor example: NewIt.StyleSetID = "NameDiff" Hope this helps. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/23/2012 Posts: 6
|
It works well, Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
You are very welcome. Please feel free to let us know if there is anything else.
Thanks
|
|