About 10,400 results
Open links in new tab
  1. [UWP]How to dynamically create horizontal scrollable Gridview …

    Feb 5, 2017 · I want to create a page like Android playstore in which i have to create multiple horizontal scrollableGridviews on the basis of data at runtime. As i am new to windows phone …

  2. [UWP]Responsive GridView in Universal App

    Jul 11, 2018 · The default ItemsPanel for the GridView is the ItemsWrapGrid, in order to adapt Item Containers based on the GridView size, we need to handle the GriView.SizeChanged …

  3. Send values to modal popup using Jquery

    Oct 7, 2021 · I have a gridview that contains a hyperlink column. When a user clicks on the hyperlink, a modal popup containing a user control is displayed. My question is, how do I send …

  4. [UWP] Unhandled XAML UI exception/Parameter is incorrect with …

    Jan 13, 2016 · But the data which I've even enumerated before sending it into the Observable collection matches the types and fields that should be. (I don't have any errors according …

  5. How to access a dropdownlist control inside a gridview using …

    Oct 7, 2021 · How to access a dropdownlist control inside a gridview using JQuery or JavaScript You can try with the below code which find the controls inside a gridview row using jquery

  6. GridView CheckBox Column and Popup from Client Side Script

    Oct 7, 2021 · The GridView contains a CheckBox column of which each item can be checked, indicating that they want that particular search item including in a web-based report.

  7. System.Web.UI.WebControls.GridView is not available in .Net Core.

    Aug 29, 2018 · System.Web.UI.WebControls.GridView is not available in .Net Core. What is the equivalent assembly? We are trying to migrate from .Net Framework 4.5 to .Net Core 2.0 …

  8. Passing data from one gridview to another!

    Oct 7, 2021 · Hi I have 2 gridview controls on the same page both display the same data (3 columns) but in differing filtered ways (dropdownlists and search box). How can I get the data …

  9. [UWP] [C#] [Win10]GridView Two Way Infinite scrolling

    Aug 5, 2015 · As far as I know, the GridView does not support infinite scrolling from right to left.

  10. Updating data in a SQL Table using data from Gridview

    Oct 7, 2021 · I'm bringing data from a SQL Table and showing it in a Gridview. What I need now is to update a field that I left empty in the table using a textbox that is inside the cells of a …