diff --git a/index.html b/index.html
index 4d3fb8c..f829791 100644
--- a/index.html
+++ b/index.html
@@ -2,11 +2,11 @@
- Reports for JavaScript | Bold Reports
+ Bold Reports JavaScript Demos & Tutorials
-
+
diff --git a/package.json b/package.json
index dbe90b0..75d2abe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "javascript-samples",
- "version": "6.1.34",
+ "version": "6.2.32",
"description": "",
"author": "",
"license": "ISC",
diff --git a/src/controls/external-parameter-report/external-parameter-report.js b/src/controls/external-parameter-report/external-parameter-report.js
index 8f7b40f..0320522 100644
--- a/src/controls/external-parameter-report/external-parameter-report.js
+++ b/src/controls/external-parameter-report/external-parameter-report.js
@@ -50,6 +50,7 @@ $(function () {
if (subCategory.value != null)
subCategory.clear();
subCategory.dataSource = categoryDropDownList;
+ $('#update').prop('disabled', !subCategory.value);
}
});
subCategory = new ejs.dropdowns.MultiSelect({
@@ -65,7 +66,10 @@ $(function () {
width: "180px",
height: "30px",
value: [2],
- placeholder: "Select Option"
+ placeholder: "Select Option",
+ change: function(args) {
+ $('#update').prop('disabled', !args.value.length);
+ }
});
startDate.appendTo('#startdate');
endDate.appendTo('#enddate');
@@ -107,4 +111,4 @@ function dropDownCheckAll(args) {
if (subCategoryObj.getSelectedItem().length == subCategoryObj.getListData().length) {
$("#checkall").ejCheckBox({ checked: true });
}
-}
\ No newline at end of file
+}
diff --git a/src/controls/samples.json b/src/controls/samples.json
index 7b3ebf4..5c7e234 100644
--- a/src/controls/samples.json
+++ b/src/controls/samples.json
@@ -408,8 +408,8 @@
{
"routerPath": "powerpoint-report",
"sampleName": "PowerPoint Report",
- "status": "New",
"basePath": "report-viewer",
+ "status": "Updated",
"directoryName": "powerpoint-report",
"imageDetails": {
"isLandscape": true,
@@ -422,7 +422,6 @@
{
"routerPath": "transcript-report",
"sampleName": "Transcript Report",
- "status": "New",
"basePath": "report-viewer",
"directoryName": "transcript-report",
"imageDetails": {