Hello,
I am working with a hierarchical GridView and I'd like to recover the information displayed on the child part I just clicked on (where there is a "+" sign).
So how can I access the informations displayed on this child part when entering the following function :
private
void OnGridViewMyChildViewExpanding(object sender, ChildViewExpandingEventArgs childViewExpandingEventArgs) ?
I tried several tricks with the sender and the childViewExpandingEventArgs objects, but with no results until now.
Thank you.
radGridView1.MasterGridViewTemplate.SelectedRows.Count shows the correct number of selected rows. But if grid is sorted sometemes it shows the correct number, sometimes 1, sometimes 0. I chet in event on context menu click. So sometimes menu works on correct rows, sometime on one of seleted, sometimes does nothing
Thank you
Lily.
Hi,
I am facing a strange problem. Can you please help about it?
Scenario
Actually, On my RadForm, I am opening another RAdForm. This second form has a RAdGridView. Whenever user closes this second form, it is programmmatically hided but not closed. The grid on the second form has just one row in which user can enter values.
Problem:
User opens the second form and enter some values in the grid and then closes the form(Acually hiding). Then user again open that second form, the value that user eneterd are still there. That is correct. I want so. But the problem is user can not now change the values in the grid. Somehow CellValueChanged event is not calling. And if it calls once then second time it is not calling. Why is it so?
Sorry for my bad english. Any help would be appreciated.
Thanks
Hi all
I want to know how to bind the data in RadGridview
What exactly I mean how to translate this code to RadGridview
GridView1.Databind()
Thanks in advance