Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
58 views
How do we use confirmbuttonextender ajax control in Radcombobox?
Rabeek Ahamed
Top achievements
Rank 1
 asked on 17 Sep 2012
1 answer
128 views
I have a page with a telerik:RadScriptManager.  According to a profiler I'm using, in a single page load Telerik.Web.UI.RadScriptManager.OnResolveScriptReference() is called 16,949 times and accounts for a half second of my page load times.  I added my own handler for ResolveScriptReference and it does seem to be called quite a lot.  The Scripts collection has 7 scripts.  In my own handler, I can see that it's resolving the same scripts over and over: Telerik.Web.UI.Common.Core.js, Telerik.Web.UI.Common.jQuery.js, etc.

This project using Telerik.Web.UI.DLL 2011.1.519.40.  I know that's an older version, I'm not sure i can get authorized to upgrade it (due to a fear of breaking something else).  I'm hoping there is some problem in the way this control is being used that I can alter in order to fix the problem, but I don't even know where to start.

Matt
Dimitar Terziev
Telerik team
 answered on 17 Sep 2012
1 answer
97 views
i would like to add a rad toolbar to a masterpge and inherit it

please tell me how to chieve this

regards
Anwar
Princy
Top achievements
Rank 2
 answered on 17 Sep 2012
1 answer
131 views
Hello
I have a query and i bind the results with the following code
Dim oConn As OdbcConnection<br>
Dim connectionString As String<br>
connectionString = ConfigurationManager.ConnectionStrings(
"ODBCConnection").ToString<br>
oConn =
New OdbcConnection(connectionString)<br>
commandString =
"SELECT sCode as Κωδικός, sName as Περιγραφή,sUnitOM as ΜΜ,sWhsalePr as Λιανική From smast where sCode like '" + TextBox1.Text + "%' or sSuplCode like '" + TextBox1.Text + "%' order by scode"<br>
Dim myAdapter As New OdbcDataAdapter(commandString, oConn)<br>
Dim productDataSet As DataSet = New DataSet<br>       
myAdapter.Fill(productDataSet)<br>
RadGrid1.DataSource = productDataSet<br>
RadGrid1.DataBind()
I want to add 2 columns, one with textboxes and another with button so the user fills the desired quantity and then press the button to add the product to a shopping cart
Can you help me how to do that?
Thank you
Shinu
Top achievements
Rank 2
 answered on 17 Sep 2012
1 answer
101 views
Hi,

I have a date time picker..which shows the date format as "yyyy-mm-dd" : I wanted to be change to "dd-mm-yyyy".

How to do ?
Shinu
Top achievements
Rank 2
 answered on 17 Sep 2012
6 answers
141 views
Hello,
In my grid I need to select multiple rows. I set AllowMultipleRowSelection to True and I added a GridClientSelectColumn.
All works fine but I would like a little different behaviour on the column with checkboxs. Now I have this:

1) If I click with mouse on the checkboxes I can select multiple rows
2) If I click with mouse on the background of the first cell (the one with the checkbox), I deselect all the rows except the current row
3) If I click with moouse on the others cell,  I deselect all the rows except the current one

I would like to modify the step 2 in this way:

2) If i click with the mouse on the background of the first cell I select the current row without deselecting the other rows. The click on the cell background must be equal to the click on the checkbox control.

Now the users have a different behaviour on the first cell and if they don't click exactly on the checkbox control they deselect all the previous selected rows.

Is it possible?
Thanks.
Eyup
Telerik team
 answered on 16 Sep 2012
5 answers
371 views
I am using Telerik RadGrid and I have a data source where one of my columns look like hh:mm:ss. When I load the datasource of the RadGrid from the database I order the results (on SQL level) based on a DateTime column (which contains year, month and day too), but in the grid representation I am showing just hh:mm:ss. My custom sort on SQL level is working well, in a given page I get exactly those elements which should be there. However, when I sort a column which is essentially a DateTime but is represented as hh:mm:ss, default telerik sort also occurs which sorts the rows in the given page. This is incorrect, because '09-12-2012 20:20:20' < '09-13-2012 10:10:10', but '20:20:20' > '10:10:10'. How can I prevent default telerik sort for my RadGrid? I want everything else to work in the same way, I just want to tell Telerik "do not sort my column, I've already handled the sort event, thanks". How can I achieve this?
Lajos
Top achievements
Rank 1
 answered on 15 Sep 2012
2 answers
153 views
Hello,
I'm trying to use radgrid client edit ("inplace" edit mode) on a parent table which has a detail table. (There is no need to update the cells of the detail table)
I change the parent table's cell value and then I click to another row and expand the detail table. But the cell which I updated turns to its old value. Updated data is lost. How can I hold the updated values when I expand the other rows? Please help.
Thanks in advance
butters1982
Top achievements
Rank 1
 answered on 15 Sep 2012
1 answer
122 views
I have a radiobutton column in the level of my hierarchical grid, when I set at a higher level I want the child levels to be set from the code behind, but I cannot get precisely the syntax to iterate the mastertable/detailtable associates with the find control.  also I am not sure if I am starting form the correct location in code, my starting point is the radiobutton index changed event, also this is not load on demand detail table, the entire grid is loaded at once.  thank you in advance for your assistance.  
Jayesh Goyani
Top achievements
Rank 2
 answered on 15 Sep 2012
2 answers
98 views
I am trying to add a circle to my subitems in the panel bar
I have tried this css code:
.RadPanelBar ul.rpGroup {
    list-style-type:circle !important;
}

This does not do anything at all. I checked with firebug in firefox and my line is at the top, i have even added the !important tag to overwrite everything else. But still no help.

I am using the metro skin. Because i am keen to keep lots of the functionality it already has. I have made some small changes that worked but this one just does not.

I have attached a screenshot from firebug showing my code at the top.

Anyone know why this is happening?
Andrew
Top achievements
Rank 1
 answered on 15 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?