This question is locked. New answers and comments are not allowed.
Hi,
I am adding my custom row filter in telerik GridView and i am setting Row details visibility also by using a row details template.
I am adding a toggle panel for showing a Row details but i am getting below bugs.
1. When Page loads in grid view for first item is showing + sign in toggle button but that items roww details is still visible.So after clicking on that + again it comes to normal state.
2. I tried to set row details visibility mode to Collapsed initial and when RadGrid is loaded i was using mouse enter event to set RowDetailsVisibility mode to VisibleWhenSelected but in that case it is not showing row details at all.
Please let me know how to achieve this.
I am adding my custom row filter in telerik GridView and i am setting Row details visibility also by using a row details template.
I am adding a toggle panel for showing a Row details but i am getting below bugs.
1. When Page loads in grid view for first item is showing + sign in toggle button but that items roww details is still visible.So after clicking on that + again it comes to normal state.
2. I tried to set row details visibility mode to Collapsed initial and when RadGrid is loaded i was using mouse enter event to set RowDetailsVisibility mode to VisibleWhenSelected but in that case it is not showing row details at all.
Please let me know how to achieve this.