User Profile & Activity

Hachi K Member
Page
of 2
Hi Thanks for the tip Yudi. I am trying to implement that option, but facing an odd situation - On choosing the Custom Editors node in the Designer, the window just closes. But other nodes are showing their props properly, just not the Custom Editor. It would be great if you could respond swiftly. Thanks a lot for your help!
Posted: December 18, 2014 11:22 AM

Hi Martin,

I am facing the same issue while deploying the project. But the problem is that I have other controls like WebGrid, WebTab in the same page. And when I apply the XHTML, the whole page distorts.

I can't change the page now. I have  WebCalendar in a pop up as well. So, is there any other solution for this?

Hope you answer faster.

Posted: December 16, 2014 11:54 AM

I have created a sample file using only WebCalendar in one file and another page with WebGrid in the deployment server itself to test whether the issue is with my project or in general.

For the file WebCalendar, the error "Could not find or load the WebEssetnials assembly" is being thrown. At the same time, the WebGrid is loaded but throwing 'IS' is undefined JScript error.

When I run this same Project in my VM, it is running perfectly, wthout any hitch. So, this means there is no roblem with my project files or bin.

Then, I went through the GAC files and loaded the missing assembly files into the deployment server GAC. But there is no change in the issue.

Can some one tell me what am I missing? Would be a great help.

Posted: December 16, 2014 7:21 AM

Can some one please look into this issue faster?

This is the only issue occuring in the whole project and it is delaying further processing. There is a similar thread posted by Beryl but the solution has not been publicized as the final solution might have been provided via email.

The issue is same for me. So, could you look into this faster and provide a reply ASAP. I've attached the WebConfig file Zipped after hiding the Run-time license keys for quick response. Thanks.

Posted: December 16, 2014 4:39 AM

Hi Yudi,

The last line in the following code section is the one which throws the error it seems, when I open the Object Expected error in Developer tools:


...

<script type="text/javascript" src="/Credit Control/ISRes.axd?F/CoreValidator.js/305000751"></script>
<script type="text/javascript" src="/Credit Control/ISRes.axd?F/CultureInfo.js/305000751"></script>
<script type="text/javascript" src="/Credit Control/ISRes.axd?D/WebButton.js/307200"></script>
<script type="text/javascript" src="/Credit Control/ISRes.axd?D/WebDialogBox.js/307200"></script>
<script type="text/javascript" src="/Credit Control/ISRes.axd?D/WebDesktopManager.js/307200"></script>
<script type="text/javascript" src="/Credit Control/ISRes.axd?D/WebDesktop_Runtime.js/307200"></script>
<xml id='ISCIXml_en-GB'><!--[CDATA[<XMLCultureInfo><XMLCultureInfo><DateTimeFormatInfo><StandarFormat><F>dd MMMM yyyy HH:mm:ss</F><f>dd MMMM yyyy HH:mm</f><D>dd MMMM yyyy</D><d>dd/MM/yyyy</d><T>HH:mm:ss</T><t>HH:mm</t><m>dd MMMM</m><y>MMMM yyyy</y><g>dd/MM/yyyy HH:mm</g><G>dd/MM/yyyy HH:mm:ss</G></StandarFormat><DayNames><idx0>Sunday</idx0><idx1>Monday</idx1><idx2>Tuesday</idx2><idx3>Wednesday</idx3><idx4>Thursday</idx4><idx5>Friday</idx5><idx6>Saturday</idx6></DayNames><AbbreviatedDayNames><idx0>Sun</idx0><idx1>Mon</idx1><idx2>Tue</idx2><idx3>Wed</idx3><idx4>Thu</idx4><idx5>Fri</idx5><idx6>Sat</idx6></AbbreviatedDayNames><MonthNames><idx0>January</idx0><idx1>February</idx1><idx2>March</idx2><idx3>April</idx3><idx4>May</idx4><idx5>June</idx5><idx6>July</idx6><idx7>August</idx7><idx8>September</idx8><idx9>October</idx9><idx10>November</idx10><idx11>December</idx11></MonthNames><AbbreviatedMonthNames><idx0>Jan</idx0><idx1>Feb</idx1><idx2>Mar</idx2><idx3>Apr</idx3><idx4>May</idx4><idx5>Jun</idx5><idx6>Jul</idx6><idx7>Aug</idx7><idx8>Sep</idx8><idx9>Oct</idx9><idx10>Nov</idx10><idx11>Dec</idx11></AbbreviatedMonthNames><AMDesignator><![CDATA[AM]]></AMDesignator><PMDesignator><![CDATA[PM]]></PMDesignator><DateSeparator><![CDATA[/]]></DateSeparator><TimeSeparator><![CDATA[:]]></TimeSeparator><EraName><![CDATA[A.D.]]></EraName><FirstDayOfWeek>Monday</FirstDayOfWeek><CalendarWeekRule>FirstDay</CalendarWeekRule></DateTimeFormatInfo><NumberFormatInfo><CurrencyDecimalDigits>2</CurrencyD

 

The last tag is not closed in the script itself. As far as I could think, it is the one throwing the error. Any idea why this is happening? Thanks in advance.

Note: All the Js files are present. All though the CommonLibrary Virtual directory has the older versions except the WebEssentials. All other work fine and WebEssentials is throwing the Error!!

Posted: December 7, 2014 2:02 AM
Hi,I've got solution for the checkbox column. I forgot to set the columntype to template which I was setting as Checkbox ttype column. This is issue is solved. Although I would like a response on the first one, please. Thanks.
Posted: December 4, 2014 10:01 AM

Thanks Yudi.

It is exactly what I expected.

1. Another small issue I am facing which I am hoping you could help with. I have 4 grids in a single page, among which one grid contains around 25 columns visible. Even though the scroll is applied to the shrunken grid, there is space left blank which affects the width of the other 3 grids.

If I apply AutoFitColumns, the columns shrink so much that I can't even figure out more than single letter.

Is there a way to fit in AutoFitColumn with Scroll applied?

2. I need to bind a checkbox column with integer field from clientside asp SqlDataSource itself. It is possible to have something like this: an ItemTemplate with checkbox and Checked = Eval(Container)? Here I have only CellTemplate and when applied the above case, there is no checkbox displayed.

Awaiting your response. Thanks.

Posted: September 5, 2014 12:27 AM

Hi Yudi,

Thanks for your reply. I've succesfully implemented OnAfterTabChanged client-side event and reloaded the page itself thus the grid is refreshed automatically.

I also would like to know if there is any way of implementing Excel-like save for the grid without the 'Accept All Changes' button in th Grid?

Thanks once again for the help.

Posted: September 3, 2014 7:01 AM

Hi Yudi,

Thanks for the code.  My problem is this: I have a master tab('MTab') inside which I have another Tab('ATab'). ATab contains the Grid which needs to be refreshed every time, either ATab or MTab is switched.

Thus, on these switches, with the Grid Page Tab active, the Grid/Page does not go to Page Load. This renders the "Refresh" function call useless. I might need an event on webtab change which refreshes the Grid Data. But I am not sure how to go about it as these tabs are not connected like "master" - "content" page to retrieve the Grid Object ID.

I appreciate all the help about this as well as the other issues. Thanks!

Hi Hans,

Your sample works and I've applied it to mine successfully. The issue was that in SQLDatasource, I was giving values' variables (@Roles) as (@Rls) tmp_variable in the UpdateCommand.

Thanks alot for your Help.

All times are GMT -5. The time now is 9:34 PM.
Previous Next