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. Syncfusion Help

Syncfusion Help

Scheduled Pinned Locked Moved ASP.NET
csharphtmlcsscomhelp
3 Posts 3 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
    MaheshSharma
    wrote on last edited by
    #1

    // Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html

    S Y 2 Replies Last reply
    0
    • M MaheshSharma

      // Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      Now what? Where's your query? How can we help you if you cannot frame your question properly? You need to invest some of your time in framing your question such that others can invest their time to reply back.

      1 Reply Last reply
      0
      • M MaheshSharma

        // Hide rows grid.Model.RowHeights.SetHidden(2, 100, true); grid.Model.RowHeights.SetHidden(110, 1000, true); // Unhide rows grid.Model.RowHeights.SetHidden(1010, 10000, false); //Hide columns grid.Model.ColumnWidths.SetHidden(2, 100, true); grid.Model.ColumnWidths.SetHidden(110, 150, true); // Unhide columns grid.Model.ColumnWidths.SetHidden(1010, 10000, false); [C#] //Insert a column at position 2. grid.Model.InsertColumns(2, 1); //Insert 2 rows at position 5. grid.Model.InsertRows(5, 2); [C#] grid.Model.Options.ExcelLikeCurrentCell = true; [C#] grid.Model.Options.ExcelLikeSelectionFrame = true; http://help.syncfusion.com/ug\_74/GridWPF/defaultWPF.html http://www.syncfusion.com/support/kb/2153/Opening-Syncfusion-offline-documentation-from-the-Dashboard-in-the-version-81030 http://help.syncfusion.com/ug\_74/gridweb/CreatingTemplates.html

        Y Offline
        Y Offline
        Yusuf
        wrote on last edited by
        #3

        According to wikipidia - Syncfusion, Inc. is a software development company founded in 2001, with headquarters in Morrisville, North Carolina, USA ;)

        Yusuf May I help you?

        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