Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
136 views

Hi..
I'm using a  GridDropDownColumn  but it only appears when the grid is in edit mode using the built in EDIT.

How do I display and enable it all the time?
thanks!

Jon
Top achievements
Rank 1
 answered on 09 Sep 2008
5 answers
101 views

I have just noticed that many Ajax UIs seem NOT to support browser form field input history, that is: Values, which have been typed into a form field before, are NOT suggested later on ... This "input value suggest pattern" - e.g. based on former input values - is supported for plain old HTML forms in all browsers; and for a good reason: One just does not want to type in already typed in values - numbers, strings, dates, etc. - over and over again ...   
Is this usability deficit the price we have to pay for using JS client-side frameworks
like Telerik Ajax for ASP.NET AJAX ? Or can this important usability enhancement be activated somehow when developing Telerik based Ajax UIs ?

Dimo
Telerik team
 answered on 09 Sep 2008
5 answers
52 views

These days more and more images decorate our web apps/sites; so sending them in one bundled rush would give us a significant performance boost :-) ! I have discovered support for CSS and script file bundling; but not for image bundling ... A product like Morfik does offer this ... Will Telerik offer that, too ?

Dimo
Telerik team
 answered on 09 Sep 2008
3 answers
244 views
Hi, I hope you can help with this one.

I have implemeted a RadDatePicker alongside a number of bog standard ASP.NET text boxes. On each of these I have hooked up a required field validator and validator callout extender which fire on a button click.

If I leave the boxes empty, the validators sucessfully fire and identify which fields are not populated including the DatePicker. The callout is displayed on the first text box that is invalid. All good so far.

However when I tab between the boxes, the callout moves from box to box for the text boxes but doesn't display at all for the RadDatePicker inputs. Basically any time you give the date picker input focus, the validator call out doesn't display. This gives a really inconsistent feel for validation.

I'm using v.2008.01.0619.20 of the Telerik.Web.UI dll

This appears to be a problem that is specific to the Input control, not the date picker. RadNumericTextBox seems to have the same problem.

Any ideas?

Regards,
Glyn.

Rosen
Telerik team
 answered on 09 Sep 2008
2 answers
140 views
How can I get the value of a control that is within a Panel Item Template using the client API.   I have a text box within that template that i need to get the value of and populate in another control on another panel.

Is there a smaple anywhere that I can use to show my how to do this.

Thanks,
Kevin
mmbm
Top achievements
Rank 2
 answered on 09 Sep 2008
2 answers
126 views
Hello,
I have a grid like the second one on:
http://demos.telerik.com/ASPNET/prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx

Below my grid there is a button.
I need to programatically find out which rows are selected.

However

GridClientSelectColumn does not have a attribute of "Checked" like a normal checkbox.

like:

foreach (GridDataItem dataItem in RadGrid1.MasterTableView.Items)
{
if ((dataItem.FindControl("ClientSelectColumn") as GridClientSelectColumn).Checked)
// do something
}

Princy
Top achievements
Rank 2
 answered on 09 Sep 2008
3 answers
104 views
Hi,

How can i get the ID of a radcombo in the InitilizeCulture() method.

I have to change the text of the page according to the culture. But the culture is changing from the radcombo. After selecting the culture form radcombo i have to get the value to so that i can change.
But the radcombo id is not coming.

in code i have written as

protected override void InitializeCulture()

{

string strLanguage = Request["DropDownList1"];

Session[

"lang"] = strLanguage;

Thread.CurrentThread.CurrentUICulture = CultureInfo.CreateSpecificCulture(Session["lang"].ToString());

Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(Session["lang"].ToString());

}

but it is showing error because  strLanguage is getting value of "null"
How can i get the control

Thanks,
Sai

Atanas Korchev
Telerik team
 answered on 09 Sep 2008
1 answer
199 views
I am using RadGrid of Version Q2 2008. I applied the skin "Gray" to my grids.  But I dont want the alternating row color which is for that skin by default. Is there any property to disable the alternating color?  And also is there any way I set the Skin at one place and it applies to all the Grids in my Project.
Princy
Top achievements
Rank 2
 answered on 09 Sep 2008
1 answer
117 views
Hello all!

I have placed multiview calendar in ToolTipManager dynamically (I have to do it in this way).  On clicking on calendar's title I get popup with fast navigation behind the calendar/tooltip. I checked the style of popup and tooltip. And I found that ToolTip has z-index:8000 and popup has z-index:5000.
What have I do to change the z-index?
Missing User
 answered on 09 Sep 2008
2 answers
136 views
Hi All,

I am using Master And content page.

In Master page
I have used RadScriptManager,RadAjaxManager and RadAjaxLoadingPanel.

In Content Page

I am using RadTabStrip,RadMultipageView,RadAjaxManagerProxy.
In RadPageView I added RadGrid,RadDatePicker and Button.

I have added ajax setting on RadTabstrip and radMultiPageView control.

On button onClientClick i added javascript function which return true or false according to value of textbox.

Issues
1>On button click it not going to its serverside event ,when clientside function return true.
a> if button is replace with linkbutton then it works.

Ajax setting are folllows
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
      <ajaxsettings>       
         <telerik:AjaxSetting AjaxControlID="rtabTemp">
              <updatedcontrols>
                  <telerik:AjaxUpdatedControl ControlID="RadMultiPageMain" />
              </updatedcontrols>
          </telerik:AjaxSetting>
         
                  
         <telerik:AjaxSetting AjaxControlID="RadMultiPageMain">
              <updatedcontrols>
                  <telerik:AjaxUpdatedControl ControlID="rtabTemp" />
              </updatedcontrols>
          </telerik:AjaxSetting>
  </ajaxsettings>
    </telerik:RadAjaxManagerProxy>

//ClientSide function call on button onClientclick

  function DateValidLst()
            {      
                var SerScheDateLst =document.getElementById('<%=dtpStartDateLst.ClientID %>').value;

                if (SerScheDateLst == "") {
                    alert("You have selected Invalid Date. ");
                    return false;
                }
                else
                    return true;
            }   
                

Hrushikesh Mokashi
Top achievements
Rank 1
 answered on 09 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?