Quantcast
Channel: Telerik Forums RSS
Viewing all 67686 articles
Browse latest View live

GridViewCheckBoxColumn CheckBox Command part II

$
0
0

Got it to work:

<telerik:GridViewDataColumn Header="Approved"                                                
DataMemberBinding="{Binding IsApproved}"                                                Width="Auto"                                                MinWidth="75">                        <telerik:GridViewDataColumn.CellTemplate>                            <DataTemplate>                                <CheckBox Margin="0 0 0 0"                                          HorizontalAlignment="Center"                                          d:DataContext="{d:DesignInstance timesheet:TimesheetLineItemClientModel, d:IsDesignTimeCreatable=True }"                                          IsChecked="{Binding IsApproved}"                                          CommandParameter="{Binding}"                                          Command="{Binding DataContext.ApprovalStatusEditCommand, RelativeSource={RelativeSource FindAncestor,                                     AncestorType={x:Type telerik:RadGridView}}}" />                            </DataTemplate>                        </telerik:GridViewDataColumn.CellTemplate>                    </telerik:GridViewDataColumn>

 


Spreadsheet

$
0
0
Thank you very much for your response. But that is not the best solution for what we are looking for. We want to implement tables by selecting the range and giving a fixed header in the spreadsheet that's the reason we came up with an idea of overlaying grid component within the spreadsheet is it possible?

Different background color for events

$
0
0

Is there a way to style the background color of events depending on the type of event?  I know i can globally set the event background colors using something like this 

.k-event{background-color: #d5d5d5;}

 

but this doesn't help when different types of events have different colors.  I would imagine some type of class attribute on the SchedulerEvent object would achieve this but it doesn't exist.  Is there any work around for this?

Need boarder on kendo-window upon out of focus

$
0
0

Hi Martin,

 

Thanks again for the quick response. I did use the ViewEncapsulation.None. I got around this problem by making the border slightly more pronounced so they can see it even if the window is not in focus.

 

Regards,

Jyothi

kendo-windo with fixed height and re sizable width

$
0
0

Hi Martin,

Yes that helped. Thanks again for the quick response.

Regards,

Jyothi

kendo-windo with fixed height and re sizable width

$
0
0

Hi Martin,

That helped. Thanks for your quick response.

Regards,

Jyothi

kendow-window autoFocus upon opening

$
0
0

Hi,

I am using kendo-window in my application. When I open the window by clicking on a  button,it opens, but the focus is not on the kendo-window. As a result, if I click on the 'X' icon, it does not close. I have to first click somewhere on the kendo-window before the 'X' icon/button works (i.e it closes the window).

Is there a way to set the focus on the kendo-window upon opening? I am using Angular 6. This is usability issue and needs to be resolved.

In my test app, where I have this as a standalone project like we see in stackblitz, it works. I can't understand why it would behave differently in my real application.

Any pointers would be really helpful.

Regards,

Jyothi

Ultimate VS Dev Edition

$
0
0

Which of the Following Test Studio Ultimate Features are Included in Test Studio Dev Edition?

  • Automated Web and Desktop Testing
  • Visual Studio Plugin
  • Manual Testing
  • Exploratory Testing
  • Functional UI Testing
  • Test Scheduling and Execution
  • Parallel Test Execution on Multiple Machines
  • Continuous Integration Support
  • Mobile Testing
  • API Testing
  • Performance Testing
  • Load Testing
  • Virtual Users for Load Testing (100 Virtual Users included with Ultimate)

What Datatype should I have in my class for TimePicker

$
0
0

Can you supply me with a secure file drop please as its a company winforms apps I dont really want to put on a source sharing url if you create a ticket and supply a secure file drop for me that would be great.

Expander Arrows Don't Display Even Though Load On Demand and HasChildren Are Set To True

$
0
0

Hi,

I'm doing some testing with TreeView and want just the top level(level = 0) nodes to be loaded initially. I only want
to load second level nodes(level = 1) when I click on the arrow next to one of the top level nodes.

I set LoadOnDemand to true in the View file, and HasChildren to true for all of the top level nodes in the Controller,
but I still don't get arrows next to my top level nodes.

Here's the code from my View file that creates the TreeView:

              @(
                 Html.Kendo().TreeView()
                 .Name("treeview")
                 .HtmlAttributes(new { style = "font-size: 11px; vertical-align: middle;" })
                 .Events(events => events
                       .Select("onSelect")
                       .Expand("onExpand")
                 )
                 .LoadOnDemand(true)
                 .BindTo((IEnumerable<TreeViewItemModel>)ViewBag.Regions)
              )

And here's the code from my Controller class that creates the collection of Regions that I bind to the tree in the View file:

                List<TreeViewItemModel> regions = new List<TreeViewItemModel>();
                foreach (DataRow r in dt.Rows)
                {
                    TreeViewItemModel theModel = new TreeViewItemModel();
                    theModel.Text = (string)r["regionName"];
                    theModel.ImageUrl = "~/Shared/Images/db78.png";
                    theModel.HasChildren = true;
                    theModel.Id = r["RegionId"].ToString();
                    regions.Add(theModel);
                }
                ViewBag.Regions = regions;

 

If anyone can point me in the right direction, it would be greatly appreciated.

Thanks,

John

nuget credentials

$
0
0
Hi Michael,

This is probably happening because the stored credentials are wrong, or are not successfully saving. The best option here is to just delete them entirely.

1. Close Visual Studio
2. Open the windows Credentials Manager
3. Switch to the Windows Credentials tab
4. Scroll through the list and locate every "nuget.telerik.com" item and delete it
5. Reopen Visual Studio and try installing a package again

At this point, there are no stored credentials, so you'll get a sign in popup again when Visual Studio's nuGet Package Manager tries to connect to the Telerik NuGet server.

A couple notes:

- Use the Telerik account that has a license to the product you're trying to install
- If you change your Telerik password, you will need to update that credential

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Checking to see if a radgrid field is full

$
0
0

Hi,

   New to Telerik. I've figured some stuff out but have hit a problem that I can't figure out. We have some scanning equipment that fills fields in rad grid with a template and some masked fields. I want to know if, on a change to the text in the field, if the field is completely filled. If so I want to move to the next field automatically. I tried the text change event but, to my surprise it didn't fire until after I saved the added line in the grid. I was able to find the max length of the field using the mask property of the masked field I'm using but I really want to make this check before the line is saved. I have researched this but can't seem to find a solution. Any help would be appreciated.

 

Thanks,

Neil

Editor Support for consecutive spaces?

$
0
0

Is there any way with KendoReact Editor component to support multiple consecutive spaces?  I'd like to be able to preserve exactly what the user types in.  For example, if they want to manually type in 4 spaces to indent the first line of their paragraph, i'd like to preserve that. The default behavior of the form is to trim all leading and trailing whitespace, and if there are multiple spaces between words, it will condense those to a single space.

So in my example of manually typing 4 consecutive spaces to indent the first line of a paragraph, I would like to have the editor convert that to " &nbsp; &nbsp;" which is a &nbsp; every other character. alternatively you could do 4 consecutive &nbsp; tags, but it would probably be more proper to do every other.

Using Sock5 from SSH Tunnel Port Forwarding Error

$
0
0

I'm use sock from SSH Tunnel Port Forwarding and receive error.

Work basic:

https://i.imgur.com/BwvobUX.png

Don't work with Fiddler:

https://i.imgur.com/Yy6QZWx.png

 

https://newsletterforhealth.com/reviva-brain/

$
0
0
Reviva Brain although scientists are presently accomplishing research studies at the variations between brains of humans with out mental illnesses compared to human beings with mental illnesses to examine more about them. Multiple symptoms can receive more than one diagnoses, and mind imaging research has not gotten as a long way as predicting specific disorders. As an instance, it hard to decide the distinction among a schizophrenic as opposed to a bipolar mind, due to more than one overlapping signs and symptoms.


How do I get the value of an Editor with HTML markup?

PieChart label DataField

$
0
0

Hello,

I added the chart in my code.after executing project no output is displyed

https://supplementeffects.com/maxwell-keto/

$
0
0
Insulin raises Maxwell Keto assignment of an enzyme famous to advertise Maxwell Keto storage of fat. It additionally prompts an enzyme, which, alongside side fatty acid synthesis, is in charge for altering carbohydrate into fat. In one-of-a-variety phrases, immoderate phases of insulin make it a lot so much less it seems that that your physique will use saved fats as a gas provide. Maxwell Keto drop in insulin phases allowed additional fats to be used for vigor.

https://awaretalks.com/maranutra-turkey/

Redistribution of UI for WPF

$
0
0

Hi,

I wanted to validate that UI for WPF has the same requirements as Winforms for redistribution of a free application. I would like to make my software available online free (not open source,  and not the source).

I understand that the WPF assemblies need locked and a copyright for portions of the UI for progress/ telerik, but is there any other requirements for redistribution a free application using the UI for WPF?

I do understand how to lock down the assemblies just want to ensure I meet all requirements set. Note I do have a license, and am currently following the below URL instructions on how to lock the wpf assemblies.

https://docs.telerik.com/devtools/wpf/licensing/protecting-telerik-assembly

 

Viewing all 67686 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>