Is there a way to disable validation when the previous button or a navbar button < current step is clicked?
I've read through many of the posts here but none seem to directly apply to my issue. I have a telerik AJAX based shipping application that is generating a Bill of Lading. The bill of lading is a legal document that need to look exactly like what the user sees on the page. I'm generating that to a web page, but of course printing a web page generates all sorts of "noise" to the document - additional page numbers... web page source name, etc.
I would like to export the web page to a PDF and then have that print - all in one step. The issue that I'm seeing is that ClientExportManager generates the PDF which shows up as a downloaded document. The user has to open that doc, then click print, then gets to the print dialog. That is a major pain.
Is there a way to generate the PDF directly to a web page - so it is displayed in a RadWindow (for instance) with a print button exposed at that point? My users a balking at the multiple step process above but I can't find a way around it. Basically I just need to print a web page without all the extra junk that the browsers add - so if there is a way that you know to do that instead - that would work too.
Thanks in advance!
Cory
Hi,
I coundn't find an information about it, and I'm new in programming, so I thought that maybe someone here could help me.
Is there a possibility of firing an event on clicking OK? I would like to redirect to one page upon clicking on OK and to second page upon clicking on Cancel. It is really necessary for me to do so, could you please help me?
Regards,
Ola
I have a simple page with an Ajax timer, that updates some controls (A pannel and two link buttons). When the timer fires, the controls that it should be updating momentarily disappear from the page and then come back, and there is no loading pannel or anything. Se code below. What am I missing?
Timer:
<
asp:Timer
ID
=
"ajtTimer"
runat
=
"server"
Interval
=
"15000"
OnTick
=
"ajtTimer_Tick"
></
asp:Timer
>
Ajax Settings for Timer:
<
telerik:AjaxSetting
AjaxControlID
=
"ajtTimer"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"pnlActions"
LoadingPanelID
=
"lpActions"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"lbSaveAndGenerateTop"
LoadingPanelID
=
"lpActions"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"lbSaveAndGenerate"
LoadingPanelID
=
"lpActions"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
Loading Pannel:
<
telerik:RadAjaxLoadingPanel
runat
=
"server"
ID
=
"lpActions"
></
telerik:RadAjaxLoadingPanel
>
Thanks,
Mirek
Hello
I have a grid, which I want to get the cell data (Data Bounded) of different column and same row when I click a RadComboBox (Item template). and use it in ItemRequested server side event.
I don't know how to access the data bounded cell when clicking the combo box in client side.
I appreciate your help.
I use Skin Bootstrap and RenderMode Lightweight
Bootstrap use AlternatingItemStyle gray. I dont want to use that, i want have White for all items
I try set <AlternatingItemStyle BackColor="#ffffff" /> Not works....
<ItemStyle BackColor="#ffffff" /> works fine....
BackColor="#ffffff" Not works....
How to use White for all items in grid?
Hi Team
I need to hide the Checkbox that are present in Parent Node in MVC program.
Kindly help.
Regards
Sri balaji S