User Profile & Activity

Martin Lie Support
martin@intersoftsolutions.com
Page
of 43
Posted: February 18, 2011 7:00 AM

Hello.

I will need more time to investigate your issue. This issue probably has been fixed in the next build which is version 4. But, I need to ensure that I could replicate this issue on my end in the first place. Please bare with me.

 

Thank you.

Posted: February 18, 2011 6:59 AM

Hello Huzefa,

I will need more time to investigate your issue. Please bare with me.

 

Thank you.

Posted: February 18, 2011 6:55 AM

Hello,

I will need more time to investigate this issue. Please bare with me.

 

Thank you.

Posted: February 18, 2011 2:37 AM

Hello Nicolas,

This issue seems to be a bug in WebTextEditor control.

However, I have forwarded your issue to the developer team to be processed.

I will let you know when the hotfix update is ready.

 

Thank you.

Hello,

You can read the following article about improving WebGrid performance.

I have tried to export grid with 2000 records and it only loads for about 3-4 seconds. I haven't tried with 7000 records yet, but maybe you can try to configure WebGrid from the article above to improve its performance.

 

Thank you.

Posted: February 16, 2011 4:56 AM

Hello Ross,

I have discussed with the developer team regarding your issue and it is confirmed as a bug from UXDateTimePicker control.

This issue has been fixed by the developer team and it will be available in the next hotfix build, which is build 4.0.5000.4.

Hope this helps.

 

Thank you.

Posted: February 16, 2011 3:37 AM

Hello Huzefa,

Let me clarify your 1st issue. You have 2 combo controls and set both EntryMode as AutoComplete. When you type 'Ana Tru' in 1st combo, it will automatically complete the text to "Ana Trujilo". And when you press Tab key, the focus will shift to the 2nd combo. Is this the scenario that you want? This scenario works on my end.

For your 2nd issue, you need to place your DataSourceID, DataTextField and DataValueField in page_load:

combo.DataSourceID = "AccessDataSource1";
combo.DataTextField = "ContactName";
combo.DataValueField = "CustomerID";
combo.Value = "ANTON";

There is no need to use InitializeDataSource event to implement your scenario. Once you set them in the page_load, the combo will automatically set the value as specified by user.

I have attached your sample that has been modified for your reference.

Hope this helps.

Thank you.

Posted: February 16, 2011 3:02 AM

Hello,

I've successfully replicated your issue on my end.

The error occurs because you set ClientIDMode to Static. When you use Master Page, the combo id will get changed and you could not use static id because it will detect as an incorrect id.

Try to set the ClientIDMode to AutoID and your project will work without any error.

Hope this helps.

 

Thank you.

Posted: February 14, 2011 3:37 AM

Hello Paul,

Have you tried WebGrid's sample on IntegrationwithWebCombo.NET.aspx? This sample inherits from a master page as well that might be the same as your scenario.

Do you have any simple working sample that I can try from my end?

 

Thank you.

Posted: February 14, 2011 3:21 AM

Hello,

In the latest 2010 R2, we have used the latest hotfix build for several controls.

We have also added several new controls in ClientUI 4. The controls are:

  • UXBusyIndicator
  • UXGridView
  • UXMaskedTextBox
  • UXCurrencyEditor
  • UXDateTimeEditor
  • UXNumericUpDown
  • UXDomainUpDown
  • UXTimeUpDown
  • UXRating
  • UXSliderBar
  • UXCalendar
  • UXDateTimePicker
  • UXColorPicker
  • UXFileUploader
  • UXTabControl

Hope this helps.

 

Thank you.

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