User Profile & Activity

John Valentin Member
Page
of 2
Posted: December 15, 2010 12:02 PM

Thank you.

 

This has answered my question for the checkbox checking.

 

I will review again whether the on after exit edit gets fired if the user changes the numeric value field and then hits the return key.

I think the threads have changed since I last used them. How do I set this thread as being answered.

Posted: December 14, 2010 7:26 PM

OK, the OnExitEditMode doesn't seem to fire if you hit the enter key. Is there another event?

 

Also, OnCheckBoxClick works but I have a problem.

 

When the user unchecks the checkbox, I ask them if this is what they want to do. If they answer no I can't seem to check the checkbox in javascript. I tried using:

selectedRow.GetCells().GetNamedItem("approved_flag").SetValue(true)

but the UI does not reflect the change even when I call

grid.RootTable.UpdateUI();

afterward. How can I check the checkbox in javascript?

Posted: November 11, 2010 9:38 AM

Nevermind, I didn't include the code that set the FilterType values.

The issues was on my FilterTypes, I was using the value LIKE or LESSTHAN (all uppercase). Changing it to use mixed case Like or LessThan fixed the issue.

Posted: June 22, 2010 4:56 PM
I have several columns that need to be hidden. Do I have to associate 1 hidden column per visible column only? Can multiple hidden columns be assigned to a single column?
Posted: June 22, 2010 1:53 PM

I figured it out. The problem was that it was still trying to act like a hyperlink because there was no value being returned from the function. So in the CustomObjectAttributes where you have onclick="javascriptfunction();", I added return false; to it like this onclick="javascriptfunction(); return false;". Returning false, seems to prevent any more from taking place.

Posted: June 22, 2010 9:05 AM

This only partially worked for me. The link is on a grid in a modal dialog. When the link opens, everything is fine (it links to another modal window). When I exit the modal window, a browser window opens up saying IIS 7.5 Detailed Error - 404.0 Not found.

 

Please help...

 

Posted: June 17, 2010 1:06 PM

BTW - I still think it's a bug...

Posted: June 17, 2010 1:05 PM

OK then. I just did the ForceNoEdit in the OnRowIntialize in my c# code.

This fixed it. Thank you.

Posted: June 14, 2010 1:11 PM

This does it. Thank you very much....

All times are GMT -5. The time now is 3:27 AM.
Previous Next