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

GridButtonColumn Needs New Feature

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lynn
Top achievements
Rank 2
Lynn asked on 27 Dec 2011, 03:31 PM
I am using the GridButton Column successfully to allow the user to trigger various processing events.  The "ConfirmText" (and associated) property(s) work great and provide a much needed assist.

However, are there any plans to add an additional messaging capability (actually 3) called something like:

(1) SuccessText;
(2) CancelText; and,
(3) ErrorText.

These 2 properties would provide the text for displaying confirmations to the user AFTER the event code has run. I'm not certain how you would trigger these displays, but for a quick run-through:

(a) The user clicks a button to delete a certain row (a more complex delete process than supported by the grid);
(b) The current "ConfirmText" then asks the user if this is what they want to do.
(c) If the user says "No", then the "CancelText" message would be displayed (i.e. - "the delete has been cancelled").
(d) If the user sanys "Yes", then following the execution of the event code, the "SuccessText" would be similarly displayed (i.e. - The delete was successful").
(e) Obviously, the "ErrorText" would be displayed if the event code triggered an error event.

As I said, I'm not certain how one could "trigger" the "SuccessText" or the "ErrorText", but if you could solve that, these capabilities would be very nice "user touch" enhancements.

Thanks for great products!

Lynn

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 27 Dec 2011, 05:08 PM
Lynn:

I am not sure if you aware of this or not, but you can add your new feature requests for the RadGrid control to the Telerik product development pipeline with their great tool:

Public Issue Tracker(PITS)


Once there, click on the product family (i.e. ASP.NET AJAX) and then the "Suggest New" button.

Cheers!
Tags
Grid
Asked by
Lynn
Top achievements
Rank 2
Answers by
Richard
Top achievements
Rank 1
Share this question
or