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

Radgrid - display a exception message in batchUpdate?

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yoongu
Top achievements
Rank 1
Yoongu asked on 03 Dec 2014, 02:15 AM
string returnmessage = (new WEAU020()).UpdateDetail();
 
        if (returnmessage.Length > 0)
        {
            RadWindowManager1.RadAlert(returnmessage, 330, 180, "Message", "alertCallBackFn");
        }
 
 
 
 
 
 
 
 
 
 
public string UpdateDetail()
        {
                    return ex.Message;
            }



it work is normarlly. user do check a message in screen

but grid is fired postback, insert data(not updated data) is loss because rebind.

display a message in BatchEditCommand without rebind?

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 05 Dec 2014, 02:24 PM
Hello Yoongu,

I am experiencing difficulties understanding the requirement. Could you please elaborate extensively on what the actual issue is? Additionally if you can share with us the page code so we could examine the setup that would be great.

Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Yoongu
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or