Hi,
I need to highlight the row on mouse over . So i am planning to make the rows selected
on mouse over and make the rows unselected on mouse out. How can i do that in client side?
This selection and unselection should happen for both child brands also.
I have check the documentation where it is given to check for "get_gridView()" object
get_gridView()" object
which i am unable to get. Please help me.
Thanks and Regards,
Kiran
Hi Kiran,What is your code where you cannot find the grid view? you need to find the WebHierarchicalDataGrid to use that method.
Another option you might consider is something similar to this forum post. Here, Alex gives code to implement a highlight row behavior. This would probably do what you want.
regards,David Young
Hi David Young,
Thanks for immediatle reply. I saw the example explained there by Alex. Yes this is what i am expecting. But I am doing this in webdatagrid like following.
following is the sample aspx code. the font that is in bold is the code to concentrate.
Now my question is how can i do the same thing in WebHierarchicalDataGrid ?
as we are not having these events in the WebHierarchicalDataGrid . and we have bands row also,i mean child rows highlight.