User Profile & Activity

Julia Wijaya Support
Page
of 24
Posted: May 4, 2010 12:32 AM

Hi Hamdy,

 

I'm really apologize about my sample attachment before, because I haven't edit the comment. Here I reattach you the sample. This sample using exactly the same code as my statement before.

I have follow your step in this sample and its working fine in my end. Could you please try this sample in your place and let me know if this sample work or not?

Below is the following step:

- click on button  open 'DialogBox'

- close the dialog box ( click close (x) )

- click on button 'close all' to close the window

If this sample is not work, could you send me your sample project that replicating your issue?

And for better result, please do not forget to use the latest bins before you run the project.

Thank you.

 

Regards,

Julia

Posted: May 3, 2010 11:25 PM

Hi Huzefa,

 

I'm sorry but currently there is no properties that fit into your scenario. WebGrid is not support to applied one kind of editor for different row within the same column.

But if you really need this feature, please request it as feature request in your TDN account. Our development team will check the possibility of this feature to be implemented.

 

 

Regards,

Julia

Posted: May 3, 2010 4:44 AM

Hi Hamdy,

 

I'm apologize if I have misinterpret the scenario that you describe in the statement above. If I'm not wrong, are you trying to close the WebDesktop's window and WebMenuBar after open WebDialogBox?

If yes, you could use these snippet :

function Button1_onclick() {
            var wnd = ISGetDesktopManager("WebDesktopManager1");
            var mnuBar = ISGetObject("WebMenuBar1");
            var activeWnd = wnd.GetActiveWindow();
            mnuBar.Hide();
            activeWnd.Close();    
        }

Unfortunately, I'm sorry that I'm not use your code because the codes doesn't work in my end.

Here I attach the sample for you. Please let me know if this sample has appropriate with your need or not.

And if this sample is not fit with your scenario, please let me know the scenario with more details. Thank you.

 

Regards,

Julia

Posted: May 3, 2010 2:28 AM

Hi Huzefa,

 

Unfortunately, you can't use multiple editor control in one column. Currently WebGrid only support one editor for one column.

Actually to add new row, you don't have to tabbing until the last column. You can simply press SHIFT+ENTER instead, as this key also occur to be the shortcut key of PerformAdd in context menu.

I hope this information helps.

 

Regards,

Julia

Posted: April 26, 2010 11:55 PM

Hi Ben,

 

I'm sorry but it is not possible to change the display position of navbars. We don't provide any property to reposition the displays.

 

Regards,

Julia

Hi Mark,

 

Thank you for sharing the workaround with us. I have forwarded your valuable feedback to our development team. Please let us know if you need another help.

 

Regards,

Julia

Hi Mark,

 

I'm sorry to keep you waiting. I have created a workaround for you based on the sample that you attached before.

As the mask of WebInput has edit text and display text, you will have two different values for every new input value. Apparently, this two value that might be triggered the OnAfterValueChanged event twice. So, to avoid the event being fired twice, we need to compare if the new value is really come from user and not by mask. It is a little hard if the comparison value has different format of slash and dash. So by using regex, we could manipulate to equate the edit value as display value, this way the event wouldn't do more firing.

For more detail, here is the attachment of my workaround.

Please let me know if this workaround could help or not.

 

Regards,

Julia

Hi Mark,

 

I'm apologize for the delay answer. Currently our development team is investigating this project. I haven't receive any confirmation on when the hotfix will be ready. If you don't mind, may I know the deadline of your project?

 

Regards,

Julia

Posted: April 20, 2010 8:00 AM

Hi Suhas,

 

Your welcome. I'm glad to hear it could help your work. Please let us know if you have another questions.

 

Regards,

Julia

Posted: April 19, 2010 7:42 AM

Hi Dermot,

 

Thank you for your valuable feedback. Currently, we have workaround for this. If you want to set the WebGrid to 100%, you will need to set the containers to 100% too. To give you a clear detail about this, here I attach a simple sample for you. I hope this sample could be useful.

 

Regards,

Julia

All times are GMT -5. The time now is 8:56 PM.
Previous Next