User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

Can you let us know your web.config settings? Please discard your runtime license before attached the files.
If you deployed in IIS7 environment, please read how to configure WebTextEditor under IIS7 in our documentation.

Regards,
Handy

Posted: March 13, 2011 10:51 PM

Hello Gavin,

I think it is not possible to have "-". As far I know, "-" is not a integer or numeric but it is recognized as string. This character is used for separator.
Also "," character could not be used dynamically. You need to know what is the correct format.
example

100,00.00 which is incorrect format. Most likely should be 1,000,00.00

The format should be defined with Mask input.

Regards,
Handy 

Posted: March 11, 2011 11:34 AM

Hello,

Fyi, we have discontinued to support WebGrid 6 which means in the future, there is no enhancement or fix.
Regading your issue, "ISControl_InitializeAtlas" is already implemented a long time ago. This function is designed for our Ajax mechanism. In our latest WebUIFramework, it's true that there are some enhancements. But it should not remove "InitWG60".

So, please let me know what is your current WebGrid 6 build version? Please ensure you use the latest of WebGrid and WebUIFramework assemblies.
In the past, this error only occurs if the project misses or has incorrent ISNet.dll and ISNet.WebUI.dll in your project bin folder.

Regards,
Handy

Hello Fabrizio,

After discussed with our developer, they decide to implement new method. It would get object. We could not change GetSelectedRow(), because it can break the changes for our WebCombo.

Regards,
Handy

Posted: March 10, 2011 10:37 PM

Hello Ross,

Actually you can focus directly by using Focus() method in Opened event. However, this could not work for the first time because the element has not beed rendered. Therefore, you can use Dispatcher as the workaround.

private void coWeighHS_Opened(object sender, Intersoft.Client.Framework.ISRoutedEventArgs e)
{
     this.Dispatcher.BeginInvoke(delegate { nudCountHS.Focus(); });
}

 

Regards,
Handy

Hello Fabrizio,

Thank you for concern. For the first point, I would need to discuss with our developer teams.
Currently, it will return DispHTMLTableRow object and it seems there is misinformation in our documentation.
Since it is not an object, we don't implement GetNamedItem method.

I could not replicate your last point. Please see my attachment sample. It runs fine when I use Hidden and RenderOnHidden as true.

Regards,
Handy

Hello Larry,

Deeply apologize for late in replying your question. After discussed with our developer teams, WebGrid supports multiple tables. You can also use it by using ISDataSource. As long as the child table has the correct relation key with the parent table. If you face a trouble when use auto retrieve hierarchical structure in WebGrid, you can also define the column structure manually.

Regards,
Handy

Posted: March 10, 2011 8:26 AM

Hello Michael,

You can find our installed templates at C:\Users\(your username)\Documents\Visual Studio 2010\Templates. Hope this helps.

Regards,
Handy

Posted: March 10, 2011 8:22 AM

Hello Gavin,

Ok, but could you explain more details about your scenario? 

Example, what do you expect when user clear the data? And shouldn't the validation for limit number work fine?

Regards,
Handy

Posted: March 10, 2011 5:41 AM

Hello Eric,

Deeply apologized for the late response. Our developer teams has decided to postpone the enhancement due to the tight schedule. This enhancement would affect all our ASP.Net product because it needs to be implemented in Framework level which needs extensive testing to ensure the delivery quality.
The enhancement would be implemented after R1 release, the end of April.

Regards,
Handy

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