Hi guys,
I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.
If u guys have any idea,plz help?
anooj,
I'm not entirely certain what the issue is at this point, or the nature of your setup.
Can you reproduce this in a sample application that we can run and debug? If so, I recommend that you submit a support request and attach your sample application, so that a Developer Support Engineer can research your issue more in-depth than we can do through the forums.
By the way, it's usually more efficient to start a new forum thread (or submit a new support request) when you have a new issue. That way, it'll be clear to all readers that you have an unanswered question that you've just asked, or to later see when your question is answered.
The column is hidden ,not Asp:hidden,
I tried the .value also,but no luck!!!!
try using ultraGridRow.Cells.FromKey("UserID").Value
does hidden field means ASP:HiddenField or the column is hidden ?
No, The userid is a normal column,not inside a templated column...
Does the hidden field UserID is inside Template Column?
Please check http://community.infragistics.com/forums/p/27385/100973.aspx#100973
Let me know if this helps you.