How can i select all column for each row in DataGrid?

  • Thread starter Thread starter Erkan KURTULUÞ
  • Start date Start date
Surely just set selectedindex if u want to select a single row. Otherwise u
should implement it by using javascript.
If yes, create your own checkbox control and add attributes an onclick
event. On this event, set row's css class to another one...
--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET
 
Back
Top