Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
194 views
Hello, 


We using the new control MonthYearPicker but it there is a small issue when we set the mindate and maxdate.  For example if mindate is 01-Apr-2010 and maxdate is  01-Sep-2010. 

Setting that up we see that years marked as gray which are disabled. But on the left side the months (jan,feb,mar etc.) are not disabled and are not gray.

Thanks a lot. 
Princy
Top achievements
Rank 2
 answered on 10 Aug 2011
1 answer
207 views
Hi, i need to know if there is a way to simply build a radtreeview using HierarchyID type in 2011?

Later, i will need to create an interface where i can modify the radtreeview selecting a node and moving him with some buttons. (Reparent, adding a node, deleting a node...)

Is the radtreeview is a good way to implement what i need?

TY
Shinu
Top achievements
Rank 2
 answered on 10 Aug 2011
3 answers
142 views
Hello,

The page size selector drop down in the grid I would like to turn off.  What setting does that?  I'm explicitly setting the page size to 25, and don't really care to give the user options...

Thanks.
Shinu
Top achievements
Rank 2
 answered on 10 Aug 2011
1 answer
72 views
Hi,
I have enabled  custom filtering in grid . I am filtering more than one column . for example id , name . So on doing filtering by enabling on both the columns , it  filters based on both the columns but I need to filter based on each column. Please let me on how to achive it.
Princy
Top achievements
Rank 2
 answered on 10 Aug 2011
6 answers
336 views

I use C # with Visual Studio 2010.
I use an class Order and I have a property <OrderDetail> List. And I would use a grid to binding my class and to use the hierarchy to display also OrderDetail. But I do not know how. Can you explain to me?


Here are my classes simplified
public class Order
{
    public Order()
    {
    }
  
    public int Id {get;set;}
    public List<OrderDetail> ListOrderDetail {get;set;}
}
public class OrderDetail
{
    public OrderDetail()
    {
    }
    public string Article{get;set;}
    public int Qte {get;set;}
    public double Price {get;set;}
    public double PriceHT {get {return Qte*Price;}}
}

Thank you in advance
Veli
Telerik team
 answered on 10 Aug 2011
1 answer
147 views
Hi Telerik can you guide me how to use new Metro Skin in SkinManager? I want to show Metro skin in drop downlist, I am using all skin which randomly applied from all of skins while user page load and i want to do same for metro skin also.


Kind Regards:
Maria Ilieva
Telerik team
 answered on 10 Aug 2011
3 answers
175 views
Hi, everybody! I have a problem when I load data to DataGrid. I have a web page and a RadFormDecorator, when I click a button in RadFormDecorator, I want data in RadFormDecorator will update to database and update in DataGrid. I call Response.Redirect("MyWeb.aspx") but DataGrid in MyWeb can't update. My code:

protected void Page_Load(object sender, EventArgs e)
        {       
            if (!Page.IsPostBack)
            {
                 
                 
                SqlDataAdapter da = new SqlDataAdapter();
                ds = new DataSet();
                DataTable dt = new DataTable();
                SqlConnection conn = new SqlConnection(connectionString);
                SqlCommand cmd = new SqlCommand();
           
                conn.Open();
 
            
                try
                {                   
                    cmd = conn.CreateCommand();
                    cmd.CommandType = CommandType.StoredProcedure;
                  
                    cmd.CommandText = "MyStored";                 
                    da.SelectCommand = cmd;
                    ds.Tables.Clear();
                    ds.Clear();
                    ds.AcceptChanges();
                    da.Fill(ds);
                    Session.Clear();                   
                    Session.Add("Source", ds);
                    radgrid.DataSource = null;
                    radgrid.DataSource = ds.Tables[0];
                    radgrid.DataBind();                                      
                     
                }
                catch
                {
                }
                conn.Close();

            }
        }

When I call Response.Redirect("MyWeb.aspx"), dataset changed but Radgrid not changed? Thanks!
         

Pham
Top achievements
Rank 1
 answered on 10 Aug 2011
1 answer
93 views
Hi, I would like to ask about which event is fired when user select a file to upload in RadAsyncUpload. 
The scenario is that, when user browse to select a file, an event will be triggered to extract the filename that user has  just been selected and display that filename in a TextBox.Text.

Thanks

Lamk
Dimitar Terziev
Telerik team
 answered on 10 Aug 2011
1 answer
172 views
Hi,
I'am test the radgrid component. I set the "allow filter" option to true and this enable a filter for each column in the datagrid.
When I change a filter value, the radgrid apply filter and reload the rows in the grid.

It's possible use a typical search form, that interacts with the filter on the radgrid?
It's possible to custom the radgrid to avoid reload every time a filter is change. I like somethin like a command button "apply filters" which apply filters once time (it's to avoid several reloads)

Note: I saw the RadFilter, but I don't want a dynamic filter. I want only a few fixed search fields.

Thanks so much and sorry for my english.
Regards
Shinu
Top achievements
Rank 2
 answered on 10 Aug 2011
5 answers
252 views
Hello All,

            I am developing a web part in SharePoint using wspbuilder project. I have MOSS 2007 installed in my machine. I am having an aspx page in my project which in a nutshell a setting page for controlling the web part. I have used telerik's controls like RadDropDown, RadFormDecorator,etc in that page.

          I know that in order to make the ajax controls work in sharepoint, we need to do some tweaks in the web.config of the web application. I have achieved that programmatically in the receiver class of my SharePoint Feature. So, the appropriate entries would be added in the web.config of my web application once I activate the feature in my site.

          Nevertheless, the ajax controls which are used both in my web part and the aspx page are functioning in an undesirable manner. The drop down is not dropping down at all if I click the down arrow and also the Skin which I have applied for the entire page using 'RadFormDecorator' isn't getting applied at all. Even I have given the script manager at the top of my form tag. I am not able to perceive where am going wrong. Any help rendered would be of great use.
Craig
Top achievements
Rank 1
 answered on 10 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?