Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views
hello,
we have made a update from 1_619 to 2_1001. After update we
figured out that the radpanel and radmenu click event under
firefox 2/3.03 is not fired. In IE7 it works perfect. 
We find out that this is a constalation between janus gridex
and telerik controls. if janus gridex is
used on the webpage radpanel and radmenu will not work
properly. Gridex for ASP.NET is very popular and we are
using this control for years. A demo can be downloaded under
http://www.janusys.com/controls/ 
At the moment we went back to 1_619 but we need
the new update next time. The problem is that we are using a lot
of pages with gridex and we can't change the whole project. 
greetings ...


Paul
Telerik team
 answered on 14 Oct 2008
1 answer
83 views
hello,
we have made a update from 1_619 to 2_1001. After update we
figured out that the radpanel and radmenu click event under
firefox 2/3.03 is not fired. In IE7 it works perfect. 
We find out that this is a constalation between janus gridex
and telerik controls. if janus gridex is
used on the webpage radpanel and radmenu will not work
properly. Gridex for ASP.NET is very popular and we are
using this control for years. A demo can be downloaded under
http://www.janusys.com/controls/ 
At the moment we went back to 1_619 but we need
the new update next time. The problem is that we are using a lot
of pages with gridex and we can't change the whole project. 
greetings ...




Paul
Telerik team
 answered on 14 Oct 2008
1 answer
84 views
Hi sir
    I have download the RadControls for ASP.NET AJAX Q2 2008. but it doesn't work when I use it as following:

<

telerik:RadComboBox ID="RadComboBox1" Runat="server">

 

 

<ItemTemplate>

 

 

<input type="checkbox" id="checkBox" />

 

<%

# DataBinder.Eval(Container, "Text") %>

 

 

</ItemTemplate>

 

 

<Items>

 

 

<telerik:RadComboBoxItem runat="server" Text="Item1" Value="Item1" />

 

 

<telerik:RadComboBoxItem runat="server" Text="Item2" Value="Item2" />

 

 

<telerik:RadComboBoxItem runat="server" Text="Item3" Value="Item3" />

 

 

</Items>

 

 

</telerik:RadComboBox>

it can't display the text in the right of  CheckBox, but it can works well when I use RadComboBox.Net2.dll which get from the sample code . 

if I buy the latest version of RadControls , how to reslove the above problem?

 

Rosi
Telerik team
 answered on 14 Oct 2008
1 answer
100 views
I have a process that runs for about 20 seconds. When the process is done a new webpage is created and ContentURL for a RadPane is updated to point to this new URL. The problem I am having is when I run this process a 2nd time the ContentURL is displayed from the previous time until the new ContentURL is updated... this takes 20 seconds.

Is there a way to clear the ContentURL setting when the user starts the process? I know this is an IFrame, so I thought about doing this with javascript.. but wasn't sure if this was a possibility.

Any help is appreciated Thanks!
Svetlina Anati
Telerik team
 answered on 14 Oct 2008
1 answer
104 views
Do I have to have one RadAjaxManager for each control ?  Or can I have just one on a master page ?
Missing User
 answered on 14 Oct 2008
4 answers
169 views
Good day

I have a hierarchy grid which is populating sub rows recursively and its working fine, My problems is that when ever i view it i want the detailtables to be collapsed and only expand them when i click on the each row.
Im collapsing the mastertable with the code below but once i expand it(mastertable) all the detailtables are expanded as well.
this.RadGrid2.MasterTableView.HierarchyDefaultExpanded = false;

Thank you very much
Omlac
Top achievements
Rank 1
 answered on 14 Oct 2008
1 answer
207 views
hi, I have a problem using radwindow in radgrid editform template. I have a button in editform which will open a radwindow. After opening radwindow i will select required value from radwindow and i will close it. The selected value from radwindow should be populated into the textbox in radgrid edit form.
Here i am getting problem. I am able to populate textbox in editform from radwindow but i am unable to access that textbox for further purpose like updating the grid or inserting into grid..

  If any body has any idea what will be the solution..please help me....
Missing User
 answered on 14 Oct 2008
1 answer
106 views
Hi,

Could you please lete me know how to implement the Google like filtering in the Hierachy Grid.

Iam able to create the custom column derived from the GrodBoundColumn and able to set the Google like filters.

Iam setting the datasource for the RadCombo in the RAdGRid_Colun Cretaing event as follows

protected

void radGridProducts_ColumnCreating(object sender, GridColumnCreatingEventArgs e)

 

{

 

if (e.ColumnType == typeof(GoogleFilterColumn).Name)

 

{

e.Column =

new GoogleFilterColumn();

 

 

int dbId = (int)HttpContext.Current.Session["INSTR_ID"];

 

(e.Column

as GoogleFilterColumn).ListDataSource = GetDataTable(query);

 

}}

As you all know the mastertable would have a dataset ..and the detial table would have its own dataset.

The ColumnCreating event doesn't have any event to identify if its a Mastertable or Detailtable.So even for the Detailtable google filter Iam getting the same list of avlues that was created for the Mastertable as the query is same.

when i clcik the google filter in the detailtable i should have a way to pass a differnt query to fetch the results based on that level

Sebastian
Telerik team
 answered on 14 Oct 2008
1 answer
154 views
I'm encountering an odd issue with the rad grid.

 

<rad:RadGrid ID="lstDiary" runat="server" OnItemDataBound="OnItemDataBound" PageSize="10" AllowPaging="true" > 
    <ClientSettings> 
        <Resizing AllowColumnResize="true" ResizeGridOnColumnResize="true" ClipCellContentOnResize="true" /> 
    </ClientSettings> 
    <HeaderStyle Width="100px" /> 
    <MasterTableView Width="100%" TableLayout="Fixed" /> 
</rad:RadGrid> 


And when I resize a column, the contents spill over the right side of the grid border.  I was able to recreate this issue in the demo located on http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/Client/Resizing/DefaultCS.aspx with the AllowColumnResize and ResizeGridOnColumnResize boxes checked.

What I'm trying to do is allow the width of the data area to change without having the actual current grid size change, but if I don't have the ResizeGridOnColumnResize set to true, it will only crunch up the rest of the data in the grid.
Dimo
Telerik team
 answered on 14 Oct 2008
7 answers
421 views
Hello,

I want to use the RadToolTipManager in my usercontrols but it seems that the AjaxUpdate event does'nt fire.
Background: In my a application I use a masterpage and a Portal.aspx where I load usercontrols dynamically depending in a parameter in the query string. I alos have nested usercontrols.

If a add the RadToolTipManager in the Portal.aspx it works but in the usercontrols not.

Why?

How to find out if the AjaxUpdate event is fire?

regards
Svetlina Anati
Telerik team
 answered on 14 Oct 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?