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 Dave,
Thank you dave, but we need the row selection with setting EnableDataViewState to true. Where can i get the binding details or sample to bind dynamically as i am doing in my website which i earlier attached.
kiran
Hi Kiran,
I was able to replicate the problem. It looks like for some reason the cell index offset is coming back incorrect. However, I was able to get the error to disappear by no longer have EnableDataViewState and assigning the data source on every postback. I just used the one you were already saving into the Session. It does look like there is some odd stuff going on with data binding. I'm going to have one of my colleagues more familar with the binding examine your website.
-Dave
Thanks for communicating back immediatly. I have prepare a runable to code to reproduce the issue. The attached zip file contains web page , usercontrol in usercontrols folder, and related classes in App_code folder. These can be included in the solutions and set the HierarchicalGrid.aspx page the as the starting page. Following is the procedure to reproduce issue.
1) Run the application the grid with few records will be dispalyed.
2) row selection on mouse works good now.
3)one of the column in the grid contains an image button. click on that .
4) now move the mouse to check the row selection . Now error will be thrown.
You should be able to get the SR download from https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
Run the installer and change the build number to the latest. And don't forget to attach some sort of runnable sample or I will not be able to debug. The actual aspx where the grid is located, in addition to the user control will be important.
thanks,Dave
I have tried wtih the new code you have given,but it is stil throwing the same error. Can you please tell from where can get the new Service release and how to update my present build.
Thanks,