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

custom validation issue in radgrid telerik:GridBinaryImageColumn

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dorababu
Top achievements
Rank 1
Dorababu asked on 10 Aug 2012, 07:49 AM
I have used as per suggested here

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid 

but when clicking on the radTabs available validation is firing. How can I remove this validation so that it should work only on update

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 10 Aug 2012, 08:21 AM
Hi,

Try setting CausesValidation as false for the RadTabStrip.
aspx:
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="multipage" CausesValidation="false" >
</telerik:RadTabStrip>

Thanks,
Shinu.
Tags
Grid
Asked by
Dorababu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or