User Profile & Activity

Martin Lie Support
martin@intersoftsolutions.com
Page
of 43

Hello,

Glad to hear you have resolved the issue.

Should you have further question regarding Intersoft product, please do not hesitate to post it to this community forum, and we will be glad to help you.

Thank you.

 

Regards,
-Martin-

Posted: May 26, 2011 12:35 AM

Hello,

Thank you for your report.

I've tested our live samples in FireFox 3.6 and it seems there is a bug in WebGrid when it is using HTML DocType. However, it should work with XHTML DocType.

I have reported this issue to the developer team to be investigated further.

I will let you know the progress when I get the update from the team.

 

Thank you.

 

Regards,
-Martin-

Hello,

Have you tried our sample on IntegrationwithWebCombo.NET.aspx? Does the error get replicated in this sample?

The "type mismatch" error could happen because of the difference data type between grid's column and combo's item. Let's say if the ContactName column has a string data type and then the combo's data has an Integer data type, this error might occur.

Hope this helps. Thank you.

 

Regards,
-Martin-

Posted: May 23, 2011 10:56 PM

Hello,

Try to use the following DocType and see how it goes.

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

 

Have you tried our live sample on WebGrid? Can you ensure that this issue can be replicated in our live sample?

If this issue happens on the live sample, means that there might be a bug in WebGrid. Does your sample work fine in the latest FireFox 4.0?

Thank you.

 

Regards,
-Martin-

Posted: May 23, 2011 10:42 PM

Hello,

Are you trying to perform binding hierarchical grid in your scenario?

Have you tried one of our sample, let's say Enterprise.aspx in your IE7 or IE8 browser? The sample also performs hierarchical data binding and I believe it works fine on your browser.

Also, could you tell me what error did you get when you run your sample in older IE browser?

You can try to change the settings on your browser by using Developer Tools (you can access this feature by pressing F12 on your IE8 browser). In the developer tools, try to configure the Browser Mode and Document Mode.

Hope this helps. Thank you.

 

Regards,
-Martin-

Hello,

Just want to inform you that the issue has been fixed by the developer team.

I have dropped an email into your email account. For more information, please check your inbox.

Thank you.

 

Regards,
-Martin-

Posted: May 23, 2011 12:36 AM

Hello,

Could you tell me what kind of development that you are going to build? It is better if you can explain the scenario in details.

Have you purchased Intersoft product? Or, do you have any subscription id?

I will need the information detail to be forwarded to the developer team, so that they can manage and assign an expert to assist you in your development. Of course, we need to wait and see if there is any consideration or terms that needs to be applied later on.

For now, please provide the information above before I help you raising this request to the developer team.

Thank you.

 

Regards,
-Martin-

Hello,

I have just tested your attached application and replicated your issue on my end.

I will forwarded this issue to the developer team to be investigated further.

I will let you know when I get the update from the team.

 

Thank you.

 

Regards,
-Martin-

Hello Joe,

I have tested and successfully replicated your issue on my end.

I have forwarded this issue to the developer team to be investigated further. If it is a bug, I believe they will fix it as soon as possible.

I will let you know the progress when I get the update from the team.

Thank you.

 

Regards,
-Martin-

Posted: May 18, 2011 11:46 PM

You can try the following code:

function SelectFilter()
{
   var grid = ISGetObject("WebGrid1");
   var FilterRowEl = grid.RootTable.GetFilterRow();
   var FilterRow = grid.RootTable.ToRowObject(FilterRowEl);
   FilterRow.Select();  // Select the Filter Row

   var cells = FilterRow.GetCells();
   cells.GetNamedItem("CustomerID").ActivateEdit();   // Activate the Filter's edit mode
}

Hope this helps. Thank you.

 

Regards,
-Martin-

All times are GMT -5. The time now is 6:49 PM.
Previous Next