User Profile & Activity

Julia Wijaya Support
Page
of 24

Hi Alex,

 

I'm apologize to make you wait for a long time.

Based on the information I got regarding this, I'm sorry to say that our controls still not support for QTP. We're not applied any auomate testing controls add-ins. Also, currently we haven't any plan to make the automate testing for our products.

I hope this information could help.

Thank you.

 

Warm regards,

Julia

Posted: November 18, 2010 4:18 AM

Hi Rolf,

 

Glad to hear the good news.

Feel free to post when you got another questions.

 

Warm regards,

Julia

Posted: November 18, 2010 4:13 AM

Hi Fabrizio,

 

Glad to hear that you has solved the problem. And thank you very much for sharing the info with us.

Please let us know if you have any more questions, it will be our pleasure to help.

 

Warm regards,

Julia

Posted: November 15, 2010 11:07 PM

Hi Shawn and Rolf,

 

Hereby, I would like to inform you regarding WI 657.

The checkbox uses our default style, so it can be overridden using CSS.

For this issue, you can use the following snippet:

<style type="text/css">


.DefChkBox

{

     height: auto!important;

}


</style>


Please note that the !important is needed to override the height value of the checkbox.

Hope this helps.


Warm regards,
Julia

Posted: November 15, 2010 10:56 PM

Hi Fabrizio,

 

Hereby, I would like to inform you that our Development Team has confirm that this issue is not a bug. The exit edit mode doesn't lock the cell navigation, which is the default implementation.

Due to a lot of mode for exit edit mode alone, we suggest you to implement this behavior only in your scenario.

Here is the step:
- During the exit edit mode event, put a flag that indicate the Grid to lock up navigation, example : grid.LockCellNavigation = true.

- Handle OnKeyDown event of the Grid. If the pressed key is either left, right, top, bottom, tab, or shift tab, then return false if the grid's LockCellNavigation is true (which was set from the previous condition).

Hope this helps.

 

Warm regards,

Julia

Posted: October 10, 2010 11:48 PM

Hi Rolf,

 

I have checked the status of this issue (WI 657). The WI hasn't been fixed yet. However, I have rings for developer attention regarding this issue. I'll keep you update as soon as I got any news from our Developer team.

Thank you.

 

Warm Regards,

Julia

Posted: July 14, 2010 10:42 PM

Hi Dhaval,

 

By setting AllowExport="Yes", the Export option will exist in both Context Menu and WebGrid's footer. If you want to disabling Export menu in WebGrid's Context Menu, you can use the following snippet :

function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
		{
			var WebGrid1 = ISGetObject(controlId);
			menuObject.Items.GetNamedItem("mnuExport").Disable();
			return true;
		}

in case you want to hide the Export menu, you can change the Disable() into Hide().

I hope this could help.

 

Best regards,

Julia

Posted: July 7, 2010 10:19 PM

Hi Yiannis,

 

Thank you for your interest in using our products. ClientUI documentation's will be included in our release product that will coming soon, about the next two weeks. We will update the news about our releasing product in this Community. However, I will keep you update in this thread when the product is ready.

 

Best regards,

Julia

Hi Yousif,

 

Thank you for this valuable feedback. I have create WI (Task #743) as feature request to our developer team. They will check for the availability of this feature to be implemented. However, currently they have tight deadline regarding our product that will be released soon. But I will keep remind them with the request, and keep you update with any news regarding this request.

 

Best regards,

Julia

Posted: June 20, 2010 10:45 PM

Hi Huzefa,

 

We are estimated that the next product will be released by the end of this month. If your product still in subscription periods, you can get all of them. However if it's not, I am sorry that you will need to buy new subscription to get the new features. But of course you can always get any hotfix for your existing product.

 

Best regards,

Julia

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