Hi,
i'm having a problem with the uwg in mozilla, ie7 works fine.
im trying to get the id of the selected row in a button event. the code i use is OrderId = UG1.DisplayLayout.ActiveRow.Cells.FromKey("ItemId").Value()
Assembly="Infragistics35.WebUI.UltraWebGrid.v8.2 Any idea how to fix it?Regards Peter van den Boogaard Princen Grout ICT
Hello Peter,
Thanks this got resolved and thanks for sharing the solution in public forums -- much appreciated.
Hi Rumen,
Thanks for the reply. I've got it fixed. It wasn't the uwg after all :-PThe problem was a missing image on the imagebutton which caused the postback to fail... go figure
Regard Peter
Hello,
It is really hard to tell what is going on, especially with browsers, since the code you have pasted here is purely server-side code. Also, I am not sure how the assembly is related to that. Also, Value is a property, where Value() denotes a method (this code will not compile).
Am I missing something?