|
Apr
4 |
|
comment |
Telerik MVC Grid, can't display the count of objects. Here is what I finally got to work. It seems so easy now. Add javascript to the top to the page to return the count of files. <script> function GetBatchCount(data) { var count = data.length; return count; } </script> Then change the ClientTemplate code to call the javascript. columns.Template(o => o.Batches.Count()).ClientTemplate("<#= GetBatchCount(Batches) #>").Title("Batch Count"); |
|
Apr
4 |
|
asked | Telerik MVC Grid, can't display the count of objects. |
|
Mar
23 |
|
comment |
PDF document is always sent to the default printer despite selecting another printer in the print dialog box I went went a different route. I displayed the pdf and the user can choose printer settings. I figured that using the printing process in acrobat was the safest route for this application. It will not have support staff available after implementation. |
|
Jan
19 |
|
asked | PDF document is always sent to the default printer despite selecting another printer in the print dialog box |
|
Nov
6 |
|
answered | Nhibernate mapping, join only brings back the first value in the joined table |
|
Nov
4 |
|
revised |
Nhibernate mapping, join only brings back the first value in the joined table deleted 8 characters in body |
|
Nov
4 |
|
revised |
Nhibernate mapping, join only brings back the first value in the joined table deleted 8 characters in body |
|
Nov
4 |
|
asked | Nhibernate mapping, join only brings back the first value in the joined table |
|
Nov
4 |
|
answered | Web site using using active directory groups slows to a crawl intermittently |
|
Nov
1 |
|
comment |
Web site using using active directory groups slows to a crawl intermittently Yesterday CPU usage immediatelly became stuck at 100%. In an effort to trouble shoot the issues I have seen many errors in the event log related to team foundation server. The log on "tfsreports" had an expired password. This was fixed the server was restarted. The errors related to TFS have gone away. The server is running very fast now but it has done that in the past only to slow to a crawl without warning. I will just have to wait and see. |
|
Nov
1 |
|
awarded | Tumbleweed |
|
Oct
25 |
|
revised |
Web site using using active directory groups slows to a crawl intermittently fixed grammar |
|
Oct
25 |
|
asked | Web site using using active directory groups slows to a crawl intermittently |
|
Sep
19 |
|
awarded | Supporter |
|
Sep
15 |
|
accepted | jquery, variable is undefined when the value has string characters |
|
Sep
15 |
|
comment |
jquery, variable is undefined when the value has string characters Thanks Znarkus that worked like a charm. I tried putting quotes around it but I was concatenating them not just placing quotes directly around the variable. |
|
Sep
15 |
|
revised |
jquery, variable is undefined when the value has string characters deleted 4 characters in body |
|
Sep
15 |
|
awarded | Editor |
|
Sep
15 |
|
revised |
jquery, variable is undefined when the value has string characters deleted 4 characters in body |
|
Sep
15 |
|
asked | jquery, variable is undefined when the value has string characters |