User Profile & Activity

Handy Surya Support
Page
of 223
Posted: July 8, 2010 1:52 PM

Hi Luciano,

So, What is exactly your question? As you said, you can use WebCombo.Value to set default value.

Regards,
Handy

Hello,

I am sorry, but not all the structure is copied in your post. Would you mind to to share it with us? Also, please ensure that you are not using XHTML doctype in your master page.

Regards,
Handy

Forgive me because I am mistaken read and answer the issue. For your sample, do you place WebGrid inside a container or something? Maybe you can share us the WebGrid structure.

Regards,
Handy

Posted: July 7, 2010 11:48 AM

Hello Maged,

Yes, that is our default behaviour. When open the dropdown, it will load the data.

To overcome this issue, you will need to show the dropdown as you said.

So, please try to call ShowDropDwon at OnInitialize client side event.

WebCombo1.ShowDropDown();


Regards,
Handy

Posted: July 7, 2010 11:28 AM

Hi Huzefa,

Yes, because our default position is at the end of right. Changing the dir, doesn't mean change the position. If you want to make it left, set SearchButtonPosition into left.


For WebGrid, to use your own localization, you must not to use SmartWebResources. You need to use the physical files. (WebGridDesigner>> LocalizationManager). As a guidance, the xml content should be looked like default.xml.

Regards,
Handy

Posted: July 6, 2010 5:52 PM

Hi,

It works well in here. It seems you were not giving the correct sample.
It doesn't have any grouping and virtual load settings. 

I tried to set it but the grouping works well. Also, Does the render issue look like my screenshot?

If yes, you can resize the header by setting the width style in its element.

e.g

function WebGrid1_OnColumnGroup(controlId, columnObject)
{
     var WebGrid1 = ISGetObject(controlId);
     window.setTimeout(function(){resizeGroupHeader();},300);
     return true;
}
function resizeGroupHeader()
{
     var WebGrid1 = ISGetObject("WebGrid1");
     var table=WebGrid1.RootTable;
     table.GetElement(WG40.COLHEADERGROUP, WG40.HTMLDIV).parentNode.parentNode.parentNode.childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2].style.width = "300px";
     table.GetElement(WG40.COLHEADERGROUP, WG40.HTMLDIV).parentNode.parentNode.parentNode.childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2].childNodes[0].style.width = "280px";
}


Also, would you mind to show me in recording video about how to replicate in this sample? It would help us to understanding the issue.

Regards,
Handy

Hello,

It should be not happened. Could you please show me the issue in screenshots? Btw, to set the allignment, we have FilterRowStyle properties. Under HorizontalAlign you can set it as right.

Regards,
Handy

Posted: July 6, 2010 8:56 AM

Hello Raja,

Normally, our WebCombo is not ReadOnly mode. You can type something in there.
Based on your issue, it is a little weird behaviour? Do you some container to place WebCombo?
Please let me know how to replicate your issue in here. Or you can help us by sending a simple sample that replicates this issue.
If TextBox mode is not set into ReadOnly, it should work as expected. Also, ReadOnly would not allow any input by typing in the textbox.

Regards,
Handy

Hi Ethan,

Yes, I understand. But as I said before, I need your help to replicate the issue in a simple runable project. We need this to investigate and analyze your issue. Without it, I could not figure out what is missing.

Regards,
Handy

Posted: July 2, 2010 9:15 AM

Hello David,

Thank you for your report. For temporary, you can get the information in offline documentation, WebGrid References. I have forwarded this issue to our development teams and they will fix this asap.

Regards,
Handy

All times are GMT -5. The time now is 9:05 PM.
Previous Next