User Profile & Activity

Handy Surya Support
Page
of 223
Posted: February 21, 2011 10:55 PM

Hello,

I attached a simple project with simple CustomObject. It works fine when set the value at the page load.

Regards,
Handy

Posted: February 21, 2011 9:57 PM

Hello,

Please open our WebGridSample>>DetailView.aspx. Does it suitable with your current scenario?

Regards,
Handy

Posted: February 21, 2011 9:52 PM

Hi,

It shows undefined because you used single column from the combo mode.
You should use Multiple columns instead of single column because you already defined a Column which have a cell collection itself.
After changed it into multiple columns, it should work fine.

Regards,
Handy

Hello,

Sure. I write back (update) the label after choose an Item in WebCombo. It works well by using WebFlyPostBackManager. If you have a trouble, please provide a simple runable sample that replicates the issue. I will try to modify and make it work for you.

Regards,
Handy

Hello Eric,

Ok, I understand what do you mean. Even though, I managed to give you another way, you still need to apply it to your scenario and sometimes, there are some changes which can break or change your current application.
I will talk with our developer teams to discuss which the best way to help you.

Regards,
Handy

Hello Nicolas,

Here is the attached hotfixes. Please let me know if it also works on you or not.

Regards,
Handy

Posted: February 21, 2011 2:51 AM

Hello,

Would you like to provide a simple runable sample? I am not able to run your sample due to error in your Web Method.

Webcombo is pupolate with Elements 'undefined' and after click of webcombo-button is the button unvisible.


I would need to have the runable sample to see what undefined error. Do you mean that the button of dropdown after showing the container? If yes, please try to use below code after show the container.

webcombo1.DoResize()

Regards,
Handy

Posted: February 20, 2011 11:40 PM

Helo Suresh,

To run our WebDesktop sample in local, you would need to install WebUI Studio. You also can view it in online sample from http://live.intersoftpt.com. 
If you want to host/deploy the application, you would need RunTimeLicense key.
All intersoft products require RunTimeLicense key to deploy. You should able to get RunTimeLicense key after purchased the product.

Regards,
Handy

Posted: February 20, 2011 11:31 PM

Hi,

In the 1st Issue:

If i type 'Ana Tru' in 1st Combo and press Tab for Shifting the Focus to 2nd combo and the 1st Combo to get auto-completed. Now the 1st Combo has not finished its Auto-Completion yet and now when i am Typing something in 2nd combo and in the meantime the 1st combo gets Auto-Completed then the Focus shifts from 2nd Combo to 1st Combo, this shifting of focus to 1st combo after it has sucessfully auto completed i don't want, as this disturbs the data typing flow.

If the 1st Combo doesn't find the record and shifts focus to 1st combo then it is fine, not otherwise.

This is a default behaviour since you used AutoComplete as the entry mode.
Notice that, when type 'Ana Tru', it would filter based on the DataTextField for the first priority. 
In this case, the text is still match with ContactName even though you also have CompanyName and ContactTitle as AdditionalSearchField.

When it hits DataTextField text, it would be triggered the autocomplete and focus the selected search.
Pressing tab would be considered as select the selected/focus item.

To avoid this behaviour, please turn off AutoComplete.

For 2nd Issue:

Now i have DataSource from CustomObject and assign the DataSource to WebCombo at InitializeDataSource event only.

In this case if i want to set the Value of the Combo then how can it be made posssible?

Normally, all the databinding should be placed in InitializeDataSource event. But there should be no problem if set a value in the page_load.


Thanks,
Handy

 

Hello,

Please see my attached sample. Sometimes, it requires more settings for non-inetrsoft controls such as ASP.Net control.

Regards,
Handy

All times are GMT -5. The time now is 3:20 PM.
Previous Next