User Profile & Activity

Handy Surya Support
Page
of 223

Hello Abdullah,

Please correct me if I am wrong in understanding your question. You want to know what WebGrid Filter mechanism or WebGrid does, when select an FilterItem from FilterContextMenu, correct?
If yes, I would need to discuss with our developer to ensure the details.

Regards,
Handy

Posted: March 10, 2011 1:38 AM

Hello Eric,

It's true that it would be hard to investigate the issue since we could not run the sample in here.
However, we would like to try our best based on any details that you can provide to us.
After discussed with our developer teams, they asked for the code behind. You can send the details into technical@intersoftpt.com.

Regards,
Handy

Hello Nicolas,

I run the sample without issue in here. Would you mind to send us a simple sample that replicates the issue? More details such as how to replicate the issue would also help.

Regards,
Handy

Posted: March 9, 2011 5:59 AM

Hello Gavin,

That because you set EditFormat as 0. When you have texted any number, WebInput marked it as dirty. Every time you clear the value, it will also revert back to 0. About issue "." (point), I need to discuss this to our developer teams.

Regards,
Handy

Hello,

I could not replicate the first issue. Perhaps, you can send us a simple sample which replicates the issue.
To fix the keyboard issue, please use the following noghtly hotfixes.

Regards,
Handy

Posted: March 7, 2011 9:14 PM

Hello,

You can use only Integer by using NumericInput properties. Currently, we don't have maximum or minimum for the number. You can only set EditMask for total digit. However, you can validate the number max or min with below code.

 function WebInput1_OnDirty(controlId, dirtySourceType)
        {
            var WebInput1 = ISGetObject(controlId);
            if (WebInput1.GetValueData(true) > 1000)
            {
                WebInput1.SetValueData("1000", true);
            }
            return true;
        }

Regards,
Handy

Hello Eric,

You would need to install the product in order to run WebGrid. For you information, 2011R1 still sticks on WebGrid7. You can download our current installer to have WebGrid7.
However, I still haven't received any news if this feature has been enhanced.

Regards,
Handy

Hello,

I need more time to investigate this issue. Please bear with me. I will let you know the result asap.

Regards,
Handy

Hello,

After discussed with our developer teams, unfortunately, this is a default behaviour by .Net. 
DataSet/DataTable is not serializable using JSON.
For JSON-compatibale serialization, use ISDataTable or ISDataSet.

Regards,
Handy

Posted: March 7, 2011 2:41 AM

Hello,

I can replicate the issue in here. It seems there is an issue in our latest installer. I will report this to our development teams. You can access our documentation online for temporary workaround. 

http://www.intersoftpt.com/Support/ClientUI/Documentation/ClientUIApplicationDevelopment.html. 

Regards,
Handy

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