User Profile & Activity

Riendy Setiadi Member
riendy@intersoftpt.com
Page
of 19
Posted: May 2, 2011 10:15 PM

Hi Dan,

Unfortunately, It could not run in Android browser for now. 

As far as I know there are some limitations from mobile browser itself which does not support our product.

Regards,
Riendy

Posted: May 2, 2011 4:53 AM

Hello Matt,

I have able to replicated your issue. This problem happened because xhtml tag on your page.

To fix your issue, you can delete xhtml's tag. These are following step:

1. Delete script bellow :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

 2. change script bellow :

<html xmlns="http://www.w3.org/1999/xhtml">

 to

<html>

 

Hope this helps

Riendy



Posted: May 2, 2011 3:12 AM

Hi Kenneth,

I think there's no problem with your current environment.

For my attachment, I tried to download and checked my attachment. It is running well here.

Would you please try to download my simple sample once more time? Or is it possible for you to attach the simple runable sample which is replicate your issue ?


Regards,

Riendy


Posted: May 2, 2011 2:38 AM

Hello Nick,

Unfortunately, the error message could not be discarded. When you use DataSource control, you must to specify the method for insert,update and delete. Otherwise, (Update is not handled), you would get the error.

So, I suggest you to handle the update method in order to run the application correctly.

Hope this helps.

Riendy

Hello Huzefa,

The best way to integrate the overriden controls into WebGrid, you can use CustomEditor.

To avoid duplication thread, the answer of your question has been answered on the other thread. You can follow that link to know how to use custom editor.

Please do not hestitate to ask us if you have another question.


Hope this helps.

Riendy


Hi Robert,

I have replicate your issue. 

WebCombo's behavior will render when you click DropDownList. So you can't use those code before DropDownList clicked. If you want to get a value which you selected, why don't you use :

WebCombo2.Value;

or you have another scenario ?


Hi Robert,

I can replicate your issue in here. Unfortunately, you couldn't use the code to select row in PageLoad event. It will return an error because the rows element have not been created yet. The element would be created when you click on DropDown or when the ResultBox popped up.

Is there anything that you need to achieve with the current code? If you only want to set the value, you can simply to use WebCombo2.Value directly.


Hope this helps you Robert.

Riendy

Hi xu
I am sorry for the trouble. It seems my previous sample does not work perfectly. OnAfterItemSelected clientside event is a little too late. 
Another option is using OnNodes select on WebTreeView. However, we found a bug in this scenario. This event is not getting called if we integrate it in WebCombo.
I have let our developer knows about this situation and will let you know about the update.

Regards,
Riendy
Posted: April 28, 2011 3:46 AM

Hi,

I'm glad to hear that.

Thank you for your information Francis.


Regards,

Riendy

Hi Xu,

WebCombo returns only one value. If you want to return full path, like China-Jiangsu-Suzhou, I suggest you to show path in TextBox. Here I attached a simple sample.


Hope this helps.

Riendy


Posted: April 27, 2011 10:21 PM

Hello,

RowHeader is automatically added in to WebGrid. Would you like to describe me what you want?

Here I show you a RowHeader in attachment. Is it RowHeader that you mean ?


Riendy

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