Hi, I have added a ultra webGrid (which is tool of infragistics)in my project. In that if we add rows manually then empty texboxes will appear, in that we can enter values so i have 4 textboxes in one row. My problem is if the user is moving to second textbox without entering the value in first textbox, i need to display a msg like " Pls enter a value" . Thank you
Hi ravinderjreddy,
you can subscribe for BeforeExitEditModeHandler client event and then check if the value is entered:
function
UltraWebGrid1_BeforeExitEditModeHandler(gridName, cellId, newValue)
))
http://forums.infragistics.com/forums/p/651/17742.aspx#17742