Hello,
Could someone help on the following.
I have a WebDataGrid populated with the data from a database. All I need to achieve is being able
to pass a value of a cell (let's say the first one) on clicking or double clicking on a row in the grid.
Thanks in advance,
Kind regards,
Shurik.
p.s. @ Infrastics team: I've been an occasional user of NetAdvantage controls for several years already (mostly Winforms). I can't call myself an expert in the field but still I can't stop having a feeling that with each new release it gets more and more difficult to get you started.
The documentation is either not complete or spread over the different places. If you ask a question in one of the forums, most of the time you get answer, but I do miss a good set of 'Samples'/FAQs stored in one place... it takes you ages to achieve something relatively simple.
Again it might be not an issue for an experienced programmer but I think it's also worth thinking about targeting other groups.
Just my two cents of course...
Did you ever find an answer to this on the server side? I have a number of old Utra Web Grids that are programed to do things when an individual cell is clicked but its all server side.
So I was curious if you found a way to do this. This company left everyone hanging who used the old controls, it is ridiculous and is the reason many of us will never be a customer again.
Hello Shurik,This answer is not in the just time, but maybe can be help to someone, I detect that when the name of the function has the underline character, don't works,example:Grid_MyFunction -> Don't works.MyFunction -> WorksRegards
I too am having the same issue; there appears to be no Double Click event in the WebDataGrid's server side events as those are listed on the Property tab of the control, so I will have to assume that this is not supported?
Hi,
The solution is very simple: I just moved back to UltraWebGrid.
Alexandre.
The desire is not for a ClientEvent it's for a code behind event. The definition was a C# function to handle a _DblClick event on the server side.
Please advise how to do this. I too find using the Infragistics site as a resource, cumbersome and difficult at best.
Thank you.