User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: December 9, 2009 3:09 AM

Have you add TempReports folder to your project? Also dont forget to give full access to the folder. Also do you experience the same issue in our WebGridSamples?

Posted: December 7, 2009 9:10 PM

Hi,

Actually we have a customer that experience the same issue as yours. You can check the solution in http://www.intersoftpt.com/Community/WebGrid/WebGrid-Export-Error/.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: December 6, 2009 11:04 PM

Hi,

Thanks for the sample, could I know what error that you got? If it is possible, could you give me the screenshot of the error?

Best Regards,

Gordon Tumewu

Hi Madhavan,

You can check the following thread:

http://www.intersoftpt.com/Community/WebGrid/Move-Next-Previous-Record-with-VirtualLoadMode-enabled/

You need to get the selected row index and store it. After that you can load the data using the method that my collegue inform in the thread.

Best Regards,

Gordon Tumewu

Posted: November 25, 2009 10:01 PM

Hi Dasha,

I am sorry for the time that we have to give you the right solution. After checking the properties, I found the property to remove the access key from the tooltip. This is the complete code:

MenuCommand MenuComand = new MenuCommand();
MenuComand.Text = "Test Value";
MenuComand.Name = "UniqueID"; 
MenuComand.AccessKey = "non empty value";
MenuComand.ToolTip = "ToolTip Text";
MenuComand.DisplayAccessKeyOnToolTip = DisplayAccessKeyOnToolTip.No;

Best Regards,

Gordon Tumewu

Posted: November 23, 2009 9:45 PM

Hi Dasha,

If you dont want to show the tooltip, you can set the DisplayToolTip property to No. Here is the complete code:

MenuCommand MenuComand = new MenuCommand();
MenuComand.Text = "Test Value";
MenuComand.Name = "UniqueID"; 
MenuComand.AccessKey = "non empty value";
MenuComand.ToolTip = "ToolTip Text";
MenuComand.DisplayToolTip = DisplayToolTip.No;

Hope this helps.

Best Regards,

Gordon Tumewu

Hi Madhavan,

I have asked this to our development team and they said that the plan to implement this feature is stopped because in the process they found that it could cause performance issue to WebGrid. That's why the feature didn't implemented.

Best Regards,

Gordon Tumewu

Posted: November 15, 2009 10:53 PM

Hi,

Great to hear that you have solved the problem.

Best Regards,

Gordon Tumewu

Posted: November 15, 2009 10:51 PM

Hi,

You can use the following code in client side:

var wdm = ISGetObject("WebDesktopManager1");
wdm.Windows.GetNamedItem("Window1").SetCaption("Changed");

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: November 13, 2009 4:16 AM

Hi Yousif,

Thank you very much for the video, it helps me to investigate the issue. After checking the video I suspect that the cause if the issue is because you set the DataSourceID of WebCombo. Actually without setting the DataSourceID the WebCombo will still have the data because you have used the PopulateUnboundData. By removing the DataSourceID property from WebCombo I believe it should fix the issue.

Please let me know if the solution works or not. Thanks.

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 12:30 AM.
Previous Next