User Profile & Activity

Greg Dexter Member
Posted: April 13, 2011 11:35 AM

Unfortunately the text is still running into the next columns. Changed the OverflowX property on the row styles and cell styles.

Posted: March 29, 2011 1:19 PM

Seems to have had something to do with the DialogBox not being wide enough for the grid. Once I widened the box everything seems to work as expected. Strange...

I usually use the WebGrids Client Side Event OnAfterResponseProcess

There is a listing of common actions for the WebGrid somewhere

Something like this...

function WebGridTimesheet_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject)
{
   switch (actionName)
   { 
 	case "Refresh":
	//Update some controls here
	break;

	case "DeleteRow":
	//Do something else here
	break;
   }
}
 The ClientSideEvents are under the LayoutSettings in the Properties window
Posted: February 10, 2011 4:06 PM

Nevermind, I guess it was the event i was using, if i refresh tables in the OnAfterResponseEvent everything seems to work.

Posted: May 7, 2010 3:14 PM

Once i took the grid out of the NavPane everything seemed to work. Still dont know what the problem was

Posted: May 7, 2010 2:38 PM

Still crashes after changing to your suggestion.

Posted: September 14, 2009 1:44 PM

Nevermind, I had to update some other dll's on the server. ISNet, and ISNet.WebUI

All times are GMT -5. The time now is 10:22 PM.
Previous Next