|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Hi,
I read the documentation and it said that I have to set FullRowMode="true" so that the complete row get selected. However, once I set this I am getting javascript error "abs is null or not an object". I am using Context Menu in this grid.
My Problem is to make the row highlighted once I click the context item. Is this can be done?
Thanks,
Vinny
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
That's a known bug. We have already fixed it. Please see your private message for download location for the fix.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Thanks,
Vinny
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Hi,
I installed the new version and the error has gone. that's good. However, I am still not able to change the item's back color on clicking the context menu item? Is this possible.
Thanks in advance...
Vinny
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
The item's back color has nothing to do with context menu. Those are two totally unrelated things.
To change the item's back color, you would need to modify the grid's style set. You can do that by right click the Grid, then select "Item Style Sets" from the left side. Click any of the style set and you will see a list styles on the right side. You would then change those styles. For example, if you wish selected item to have a different style, you would modify "SelectedStyle". You can find more information about what each style is for in the documentation.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Thanks. I got it working with your help...
Vinny
|
|