Skip to content

Commit 616be4b

Browse files
committed
ASP.NET MVC Page with redirect
1 parent 6198871 commit 616be4b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

aspnetmvc/Grid/Hierarchy-Grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public partial class GridController : Controller
8383

8484
## Expand or collapse all child's
8585

86-
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](http://help.syncfusion.com/js/api/ejgrid#methods:expandall "expandAll") and [`collapseAll`](http://help.syncfusion.com/js/api/ejgrid#methods:collapseall "collapseAll") method.
86+
The grid can able to expand and collapse all the `ChildGrid` through programmatically using the [`expandAll`](https://help.syncfusion.com/api/js/ejgrid#methods:expandall "expandAll") and [`collapseAll`](https://help.syncfusion.com/api/js/ejgrid#methods:collapseall "collapseAll") method.
8787

8888
{% tabs %}
8989

aspnetmvc/NumericTextBox/Behavior-Settings.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Behavior Settings | NumericTextBox | ASP.NET MVC | Syncfusion
4-
description: behavior settings
4+
description: Learn here more about behavior settings support in Syncfusion ASP.NET MVC NumericTextBox control, its element and more.
55
platform: ejmvc
66
control: NumericTextBox
77
documentation: ug
88
---
99

10-
# Behavior Settings
10+
# Behavior Settings in ASP.NET MVC NumericTextBox
1111

1212
## Decimal Places
1313

@@ -27,7 +27,7 @@ The output is as follows.
2727

2828

2929

30-
![](Behavior-Settings_images/Behavior-Settings_img1.png)
30+
![Configure Decimal Places in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img1.png)
3131

3232

3333

@@ -50,11 +50,11 @@ Output of NumericTextBox with EnablePersistence is as follows.
5050

5151

5252

53-
![](Behavior-Settings_images/Behavior-Settings_img2.png)
53+
![Configure Persistence Support in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img2.png)
5454

5555

5656

57-
![](Behavior-Settings_images/Behavior-Settings_img3.png)
57+
![ASP.NET MVC NumericTextBox with EnablePersistence](Behavior-Settings_images/Behavior-Settings_img3.png)
5858

5959

6060

@@ -74,7 +74,7 @@ In the View page add NumericTextBox helper, and configure the EnableStrictMode p
7474

7575
Output when EnableStrictMode is “true” is as follows.
7676

77-
![](Behavior-Settings_images/Behavior-Settings_img4.png)
77+
![Configure Strict Mode Support in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img4.png)
7878

7979

8080

@@ -101,11 +101,11 @@ Output when Enabled is “true” and when Enabled is “false”.
101101

102102

103103

104-
![](Behavior-Settings_images/Behavior-Settings_img5.png)
104+
![Configure Enabled in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img5.png)
105105

106106

107107

108-
![](Behavior-Settings_images/Behavior-Settings_img6.png)
108+
![Configure Disabled in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img6.png)
109109

110110

111111

@@ -129,7 +129,7 @@ In the View page add NumericTextBox helper, and configure the Height and Width p
129129

130130

131131

132-
![](Behavior-Settings_images/Behavior-Settings_img7.png)
132+
![Adjusting Textbox Size in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img7.png)
133133

134134

135135

@@ -153,13 +153,13 @@ Output of Numeric textbox with IncrementStep is as follows.
153153

154154

155155

156-
![](Behavior-Settings_images/Behavior-Settings_img8.png)
156+
![Increment Step in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img8.png)
157157

158158

159159

160160

161161

162-
![](Behavior-Settings_images/Behavior-Settings_img9.png)
162+
![Configure Increment Step Propety in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img9.png)
163163

164164

165165

@@ -197,7 +197,7 @@ In the View page add NumericTextBox helper, and configure the Value property.
197197

198198
Output of NumericTextBox with the value property is as follows.
199199

200-
![](Behavior-Settings_images/Behavior-Settings_img10.png)
200+
![Configure Value in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img10.png)
201201

202202

203203

@@ -226,13 +226,13 @@ Output of NumericTextBox with MaxValue and MinValue is as follows.
226226

227227

228228

229-
![](Behavior-Settings_images/Behavior-Settings_img11.png)
229+
![MaxValue in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img11.png)
230230

231231

232232

233233

234234

235-
![](Behavior-Settings_images/Behavior-Settings_img12.png)
235+
![MinValue in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img12.png)
236236

237237

238238

@@ -252,7 +252,7 @@ In the View page add NumericTextBox helper, and configure the ReadOnly property.
252252

253253
Output of NumericTextBox when ReadOnly is “true” is as follows. NumericTextBox values cannot be edited or changed.
254254

255-
![](Behavior-Settings_images/Behavior-Settings_img13.png)
255+
![Configure Read Only in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img13.png)
256256

257257

258258

@@ -330,7 +330,7 @@ In the View page add NumericTextBox helper, and configure the CssClass property.
330330

331331
Output of NumericTextBox after applying CssClass is as follows.
332332

333-
![](Behavior-Settings_images/Behavior-Settings_img14.png)
333+
![CSS Class in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img14.png)
334334

335335

336336

@@ -352,7 +352,7 @@ In the View page add NumericTextBox helper, and configure the ShowRoundedCorner
352352

353353
Output of NumericTextBox when ShowRoundedCorner is “true”.
354354

355-
![](Behavior-Settings_images/Behavior-Settings_img15.png)
355+
![ShowRoundedCorner in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img15.png)
356356

357357

358358

@@ -374,7 +374,7 @@ In the View page add NumericTextBox helper, and configure the ShowSpinButton pro
374374

375375
Output of NumericTextBox when ShowSpinButton is “false”.
376376

377-
![](Behavior-Settings_images/Behavior-Settings_img16.png)
377+
![ShowSpinButton in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img16.png)
378378

379379

380380

@@ -400,7 +400,7 @@ Output of NumericTextBox after applying WaterMarkText is as follows.
400400

401401

402402

403-
![](Behavior-Settings_images/Behavior-Settings_img17.png)
403+
![WaterMarkText in ASP.NET MVC NumericTextBox](Behavior-Settings_images/Behavior-Settings_img17.png)
404404

405405

406406

0 commit comments

Comments
 (0)