Hello,
We are using the RADGrid Q2 – 2008, AllowMultiRowSelection property to true
I am quiet OK with the current functionality, with only further requirement as
When I de-select any of the rows the checkbox in header row must get de-selected and if I select all the rows manually, the header rows checkbox must also get selected.
Eg. I clicked on Header Checkbox
R Column Header
R Row 1
R Row 2
R Row 3
Then Clicked on any of the Row to de-select
I must see the output as under
£ Column Header
R Row 1
£ Row 2
R Row 3
And vice versa
Thanks.
Nhilesh Baua
Hey at Telerik
My problem is that when my datasource is empty i naturally wan't to show a noRecordsText.
I use client side binding and have to hook the OnCommand event client side for cacthing the sort command.
No matter what i try, once the OnCommand event is wired up a NoRecordsText or NoRecordTemplate will not show.
I have included an example which illustrates the bug. It can be found here. http://80.166.206.186/Screendump/
Hope there is a way to fix this easily.
Morten