You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When **RadGridView** is in unbound mode, you can add new rows to the **Rows** collection.
14
+
When **RadGridView** is in **unbound mode**, you can add new rows to the **Rows** collection.
15
15
16
16
## Adding rows to RadGridView
17
17
18
18
For example, if the grid control contains four columns – [GridViewTextBoxColumn]({%slug winforms/gridview/columns/column-types/gridviewtextboxcolumn%}), [GridViewDecimalColumn]({%slug winforms/gridview/columns/column-types/gridviewdecimalcolumn%}), [GridViewDateTimeColumn]({%slug winforms/gridview/columns/column-types/gridviewdatetimecolumn%}) and [GridViewCheckBoxColumn]({%slug winforms/gridview/columns/column-types/gridviewcheckboxcolumn%}) you can add an empty row as it is demonstrated in the code snippet below.
tags: common, visual studio, crash, extensions, update, installer, vs extensions, winforms, wpf, mvc, asp.net ajax
8
+
res_type: kb
9
+
ticketid: 1664112
10
+
---
11
+
12
+
## Environment
13
+
14
+
| Product | Installer and VS Extensions for ASP.NET AJAX |
15
+
| --- | --- |
16
+
| Version | 2024.3.805 |
17
+
18
+
## Description
19
+
20
+
While developing in Visual Studio 2022, crashes may occur. This issue has been identified as being caused by outdated Telerik extensions.
21
+
22
+
## Cause
23
+
24
+
The crashes are due to a problem in the Telerik extensions for Visual Studio. This issue has been resolved in version 2024.3.808.150.
25
+
26
+
## Solution
27
+
28
+
Ensure all Telerik extensions in Visual Studio are updated to version 2024.3.808.150 or later. Here's how:
29
+
30
+
- Open Visual Studio.
31
+
- Navigate to the Extensions menu, then select Manage Extensions...
32
+
- Search for Telerik extensions and check their versions.
33
+
- Update any extensions that are not at least version 2024.3.808.150.
34
+
35
+
For the Progress Telerik WinForms Converter:
36
+
37
+
- This converter is not available in the Visual Studio Marketplace and must be updated via the Telerik UI for WinForms installer, either through the MSI or Progress Control Panel.
38
+
- If the converter is not up-to-date, update the product using the appropriate installer or reach out to Telerik support for assistance.
39
+
40
+
## Notes
41
+
42
+
- The Telerik extensions are generally auto-updated in Visual Studio by default. However, auto-update is an option that can be disabled.
43
+
- The Progress Telerik WinForms Converter is only available through the Telerik UI for WinForms installer and cannot be automatically updated in Visual Studio.
44
+
45
+
## See Also
46
+
47
+
-[Visual Studio Marketplace](https://marketplace.visualstudio.com/search?term=telerik&target=VS&category=All%20categories&vsVersion=&sortBy=Relevance) for downloading the latest Telerik extensions.
48
+
-[Telerik UI for WinForms](https://docs.telerik.com/devtools/winforms/overview) documentation for more information on the WinForms Converter and installer.
0 commit comments