User Profile & Activity

Frank Bruce Member
Page
of 15
Posted: November 2, 2010 11:59 PM

I have done it hand and hand ,but it does not work too!
I have done:
C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET 7.0\Bin with new dll
C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200  with new JS file
website Bin folder :with new dll

 

 

 

Posted: November 2, 2010 11:55 PM

THANK YOU Glenn Layaar.I have solved it by compressing My website!

I DO IT BY THE WAY~BUT IT DOES NOT WORK TOO!

Posted: November 1, 2010 9:43 PM

Anyway,once I use custom InsertDeleteUpdate,I will  meet the problem.So I use your Default way!

could you Tell me how to use it ?thank you.anyway it does not work~~~

Posted: November 1, 2010 9:39 PM

Could you tell me  how to use it hand and hand

Please Tell me how to use it ?thank you.anyway it does not work~~~

Posted: November 1, 2010 9:08 PM

Thank you . I will try it

Posted: October 27, 2010 11:53 PM

My current Solution about the issue:

 <ClientSideEvents  OnAfterExitEditMode="Webgrid_Updaterow"  />
//click blank  to update

function Webgrid_Updaterow(controlId) { var gtest = document.getElementById(controlId + "_of"); var grid = ISGetObject(controlId); gtest.onclick = function() { if (event.srcElement == null) { ; } else if (event.srcElement.id == "WebCombo1_text") { ; } else if (event.srcElement.lastChild == null) { ; } else if (event.srcElement.lastChild.tagName == null) { ; } else if (event.srcElement.lastChild.tagName == "TABLE") { grid.ExitEdit(1, 0, 1); } } }
Posted: October 26, 2010 9:15 PM

this is product.mdb

All times are GMT -5. The time now is 9:54 AM.
Previous Next