Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
177
WebGrid on Tabs in UserControls --- Error editControl
posted

Hallo Together,

i have a problem with the new hotfix for ASP.NET 2008 Volume 2 for 3.5.

I have a masterpage, a Contentpage with two Tab Controls. In both Tabs i use a UserControl with include a WebGrid.

If i open the first Tab, so the Grid is viewed and no problems.

If i change to the next Tab, so if i go with the mouse over the header of this WebGrid, so i receive an error. ('editorControl' is Null oder kein Objekt)

This error comes from ig_WebGrid.js ---  function igtbl_inEditMode(gn)

Called this function comes from ig_WebGrid.js  ---- function igtbl_headerMouseOver(evnt, gn)

in this function you added a new line in this hotfix:

if (!igtbl_lastActiveGrid || igtbl_lastActiveGrid.length<0 || !igtbl_inEditMode(igtbl_lastActiveGrid))  

igtbl_lastActiveGrid=gn;

Is that a bug in Hotfix or what can I do?

 

 

  • 28464
    posted

    Hello,

    Thanks for reporting tihs one and especially for the time you invested in going throgh the different versions. From what I see, this could very well be a problem. However this is a peer to peer forum and while I can escalate that, I think in these types of situations the fastest and best way to proceed for all parties if to contact Developer Support directly through official channels.

    http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx

    This way, you will receive an official reply if this is a bug or not (and if not, how to deal with it) and in case of bugs you will have a very easy way to track its progress (you will be notified for status changes). I think long term the official channel is the better way to track this kind of interaction, compared to our Peer-To-Peer forums.

    HTH,