This is a migrated thread and some comments may be shown as answers.

ClientIDMode="Static" issue

1 Answer 260 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Barbaros Saglamtimur
Top achievements
Rank 1
Barbaros Saglamtimur asked on 22 Nov 2011, 12:08 PM
I am facing below issues when I set ClientIDMode="Static":

ClientSettings
  • EnableRowHoverStyle="True" not working
    
  • AllowRowSelect="True" not working
  • ClientEvents OnRowSelected not fired
  • client side .get_masterTableView() is always null

When I remove ClientIDMode="Static" everything works fine.

My grid is inside an asp:updatepanel and I am using version 2011_3_1117.

Any thoughts?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 22 Nov 2011, 01:12 PM
Hello,

When the ClientIDMode property of the RadGrid control is set to Static, all row specific client-side events would not fire.

Thanks,
Princy.
Tags
Grid
Asked by
Barbaros Saglamtimur
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or