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
Copy file name to clipboardExpand all lines: controls/changes-and-backwards-compatibility.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,6 @@ In this version of the control, a number of changes have been made with respect
173
173
**Prior to the Q1 2009 release of RadGrid for ASP.NET AJAX**
174
174
175
175
176
-
177
-
178
-
>caption
179
-
180
176
|||
181
177
|------|------|
182
178
|**div.RadGrid_Default**|The default Telerik RadGrid wrapper **`<div>`** . All Telerik RadGrid elements are placed inside it. Rendering Telerik RadGrid in one tag helps further integrations with other controls (Telerik RadAjax and ASP.NET AJAX for example).|
@@ -213,7 +209,6 @@ In this version of the control, a number of changes have been made with respect
213
209
214
210
**After the Q1 2009 release of RadGrid for ASP.NET AJAX(note that the [SkinName] part is missing from the css classes names except for external grid elements)**
215
211
216
-
>caption
217
212
|||
218
213
|------|------|
219
214
|**div.RadGrid_[SkinName]**|The default Telerik RadGrid wrapper **`<div>`** . All Telerik RadGrid elements are placed inside it. Rendering Telerik RadGrid in one tag helps further integrations with other controls (Telerik RadAjax and ASP.NET AJAX for example).|
@@ -313,17 +308,11 @@ With the release of Telerik UI for ASP.NET AJAX Q3 2008 we have introduced a cha
313
308
314
309
·If you have Telerik.Charting installed in GAC (this used to be the default Telerik UI for ASP.NET AJAX installer action): Replace the following directive
You will also need to remove the Telerik.Charting registration from your web.config file. In the `<system.web> <compilation> <assemblies>` section you will find this line:
@@ -378,7 +360,6 @@ All CSS classes for RadInput and RadInputManager have been renamed to use Teleri
378
360
379
361
All custom skins will stop working, however, migrating is very easy, by following the CSS selector scheme provided below:
380
362
381
-
>caption
382
363
|**Current CSS class name**|**New CSS class name**|
383
364
| ------ | ------ |
384
365
|radInput_Skin|RadInput_Skin|
@@ -409,7 +390,6 @@ All custom skins will stop working, however, migrating is very easy, by followin
409
390
410
391
Some of the RadSlider's properties are obsolete and new ones which offer the same functionality should be used. You can find them along with the new ones below:
411
392
412
-
>caption
413
393
| Obsolete property | Actual property |
414
394
| ------ | ------ |
415
395
|ClickOffset|LargeChange|
@@ -419,7 +399,6 @@ Some of the RadSlider's properties are obsolete and new ones which offer the sam
419
399
420
400
Some new properties were introduced - the table below contains them along with a short explanation.
421
401
422
-
>caption
423
402
| Property Name | Description |
424
403
| ------ | ------ |
425
404
|ItemType|Sets the type of the items, can be set to **Item** and **Tick** . When set to **Tick** , the slider can be additionally configured by setting its **LargeChange** and **SmallChange** properties.|
0 commit comments