Click here to Skip to main content
15,883,997 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am converting asp.net grid into devexpress ASPxGridView control. I am using asp link button in gridview control and using only RowDataBound event of asp.net grid.

But I couldn't locate rowdatabound event in ASPxGridView. In row bound I've to call javascript function and changing the class of control. In addition based on some condition results, I am also selecting checkboxes for some rows in grid.

Could you please advice how to achieve the said functionality in devexpress ASPxGridView control.
Posted
Updated 22-Apr-13 21:46pm
v3

1 solution

DevExpress have a very good documentation as well as forum for questions if any.

Have a look at these:
DevExpress: Online demos[^]
DevExpress documentation[^]

You can compare and find the differences and similarities on how to code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900