User Profile & Activity

Handy Surya Support
Page
of 223
Posted: June 10, 2010 5:59 PM

Hello John,

I can replicate the issue and forwarded to our developer teams. 

Regards,
Handy

Posted: June 10, 2010 5:58 PM

Hello Jhonny,

We are planning to release at the end of the month.

Regards,
Handy

Hi Huzefa,

It is not our WebGrid that is not supporting this. It is List<> binding itself that is not fully supporting for auto-increment scenario. 

Regards,
Handy

Posted: June 10, 2010 10:30 AM

Hi Huzefa,

If your page must not require XHTML doctype, then it is ok.

Regards,
Handy

Posted: June 9, 2010 12:36 PM

Please ensure if you have this tags below in your web.config

<add path="ISChart.axd" verb="GET" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" validate="true" />

If you are using IIS 7, please read this article. Hope this helps.

Regards,
Handy

Hi Huzefa,

Yes, a simple runable sample which replicate the issue should help us to investigate this.
n our sample, we could not replicate your issue.
I know that the select identity should correctly run after you accept the changes.
But while in batch update, it should be handled automatically.
As I remembered I ever told you that you must not use List in AutoIncrement scenario.
http://www.intersoftpt.com/Community/WebGrid/AutoIncrement-of-KeyField-giving-problem-when-record-already-exists/

Regards,
Handy 

Posted: June 9, 2010 10:33 AM

Hi Yixin,

E.g in your added row method, you need to specify setTimeOut() with specific time.

setTimeout(function(){AddSomeRows()},600);

Regards,
Handy

Posted: June 9, 2010 9:26 AM

Hello Steve,

Updating the latest hotfixes should be not affecting the license. Based on your error it seems you are using incorrect RunTimeLicense key. FYI, License key is diffent from RunTimeLicense key. License key is used for registering your product in development. When you deployed a project you will need to use RunTimeLicense key. So, please recheck again. Please contact me at handy@intersoftpt.com for furhter assistance.

Regards,
Handy

Posted: June 9, 2010 8:44 AM

Hi Huzefa,

Is your vertical allignment is not centered? But it is a little bit down. Is this your current result? If I am not mistaken, WebToolBar does not support XTHML doctype. If you change it into our supported Doctype, it will resolve your issue.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>

Regards,
Handy

Posted: June 9, 2010 8:21 AM

Hi Gao Yixin,

Actually, We could not just add multiple rows in there. But based on your code, that is not exception error. That happens because when one row is added, the process has not finished yet. 

e.g if WebGrid is still doing one process and has not finished, try to call another FlyPostback request such as refresh, sorting or filtering. It will show that pop up message.

I suggest you to use setTimeOut() method in newRow.Update(). With delaying or specifying a specific time, you can use your code well.

Regards,
Handy

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