Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. r.a.d.grid (third party component) problem

r.a.d.grid (third party component) problem

Scheduled Pinned Locked Moved ASP.NET
helpcssdatabasewpfwcf
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    max_dev2006 yahoo com
    wrote on last edited by
    #1

    hi friends I am using third party control r.a.d.grid control . On a simple ascx user control i have registered it.Added dll in reference. and simply binded it with datasource as datatable coming frm database as follows but it didn't get displayed on the page. no error is coming while binding . still not displayed only. I have written it outside !Ispostback() condition still not working in page load event following code is written : DataSet ds_longtermRentals=new DataSet(); SHG_DAL.Longterm_rentals obj_longtermrentals=new Longterm_rentals(); ds_longtermRentals=obj_longtermrentals.LoadFirstLontermRentals(int.Parse(Session["LanguageID"].ToString())); if(ds_longtermRentals.Tables[1].Rows.Count>0) { DataTable dt= new DataTable(); dt=ds_longtermRentals.Tables[1]; if(dt.Rows.Count>0) { RadGrid1.DataSource = dt; RadGrid1.DataBind(); } } plz help. its urgent. regards,max

    M 1 Reply Last reply
    0
    • M max_dev2006 yahoo com

      hi friends I am using third party control r.a.d.grid control . On a simple ascx user control i have registered it.Added dll in reference. and simply binded it with datasource as datatable coming frm database as follows but it didn't get displayed on the page. no error is coming while binding . still not displayed only. I have written it outside !Ispostback() condition still not working in page load event following code is written : DataSet ds_longtermRentals=new DataSet(); SHG_DAL.Longterm_rentals obj_longtermrentals=new Longterm_rentals(); ds_longtermRentals=obj_longtermrentals.LoadFirstLontermRentals(int.Parse(Session["LanguageID"].ToString())); if(ds_longtermRentals.Tables[1].Rows.Count>0) { DataTable dt= new DataTable(); dt=ds_longtermRentals.Tables[1]; if(dt.Rows.Count>0) { RadGrid1.DataSource = dt; RadGrid1.DataBind(); } } plz help. its urgent. regards,max

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      In this case, the telerik's support site[^] is a better place to look for help.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups