This is a migrated thread and some comments may be shown as answers.

Radgrid - Quick Task

3 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Veteran
Iron
Andrew asked on 28 Sep 2010, 05:31 PM
are there quick tasks for the following:

    - RadGrad: wait for visible
    - and a task to verify a Radgrid row count of 0
     - radwindow: wait for visible 

3 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 28 Sep 2010, 10:17 PM
Hello Andrew,

For Silverlight or for AJAX/ASP.NET?

  • RadGrid: wait for visible - Not on the RadGrid itself, but do you really need this test? How about waiting for some property on the RadGrid to be set instead?
  • verify a Radgrid row count of 0 - The quick task looks at the current count and displays a quick task for that value.
  • radwindow: wait for visible- it's termed "radWindow is not closed".

Best wishes,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 29 Sep 2010, 01:32 PM
asp.net

ok, but for the count I do it when I have items in the grid I do get the count option but when there is nothing in the grid I do not get this option.

just going from memory but the quick task for the count is on the dataitemview? and when there is no data in the grid this opthion is not available.
0
Pavel
Telerik team
answered on 29 Sep 2010, 02:36 PM
Hello Andrew,

I just checked this and the quick task is available when there are no items in the Grid (you can see this in the first attached screenshot). In any case, if it does not appear for some reason for you, a simple workaround is to copy an existing items count verification and change the value of the ItemCount property to whatever value you need to verify against. I am attaching a screenshot to illustrate this as well.

Best wishes,
Pavel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Veteran
Iron
Answers by
Cody
Telerik team
Andrew
Top achievements
Rank 1
Veteran
Iron
Pavel
Telerik team
Share this question
or